[nnkit] Caffe-based nnsuite conv backend (#1006)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Thu, 16 Aug 2018 01:17:17 +0000 (10:17 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Thu, 16 Aug 2018 01:17:17 +0000 (10:17 +0900)
commit11cc40d18da06f6cb302e4cea070bedf3685d3b8
tree8fadc899477ae447f433f40370e00d1966b4eb18
parent7bc59aae8513b5ad35a57e727678bf19c62f4d6e
[nnkit] Caffe-based nnsuite conv backend (#1006)

This commit introduces Caffe-based nnsuite conv backend. This backend
serves as a oracle for Caffe-compatible compiled artifacts.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
contrib/nnkit/contrib/nnsuite/conv/CMakeLists.txt
contrib/nnkit/contrib/nnsuite/conv/caffe/CMakeLists.txt [new file with mode: 0644]
contrib/nnkit/contrib/nnsuite/conv/caffe/ConvBackend.cpp [new file with mode: 0644]
contrib/nnkit/contrib/nnsuite/conv/caffe/ConvBackend.h [new file with mode: 0644]
contrib/nnkit/contrib/nnsuite/conv/caffe/ConvBackend.test.cpp [new file with mode: 0644]
contrib/nnkit/contrib/nnsuite/conv/caffe/Entry.cpp [new file with mode: 0644]