[nnsuite] TensorFlow Lite-based conv nnkit backend (#431)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Wed, 4 Jul 2018 08:46:50 +0000 (17:46 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Wed, 4 Jul 2018 08:46:50 +0000 (17:46 +0900)
commit39d95c3e9317bba10b3ea0947f9bab46d4ee9177
tree4444d1059ebe9562d28d8014a9474dfd93c0d086
parent18ec1719bb2b8aceb8fe142c63e2422da38ed937
[nnsuite] TensorFlow Lite-based conv nnkit backend (#431)

This commit introduce a nnkit backend which inferences with sample
(random) conv model in nnsuite.

This implementation may serve as a reference data generator for compiler
test.

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