Introduce 'nnfw_support_tflite' lib (#452)
author박종현/동작제어Lab(SR)/Senior Engineer/삼성전자 <jh1302.park@samsung.com>
Thu, 5 Apr 2018 04:14:03 +0000 (13:14 +0900)
committer서상민/동작제어Lab(SR)/Senior Engineer/삼성전자 <sangmin7.seo@samsung.com>
Thu, 5 Apr 2018 04:14:03 +0000 (13:14 +0900)
commitcc9c06c0f3401263ddef0d5105aafbdbeadeb514
tree7e69bdf709bcc6a29bed34f85c143188a225796a
parent2067ceec6ddc243585aa8c9af941aae55a1b4e48
Introduce 'nnfw_support_tflite' lib (#452)

This commit introduces 'nnfw_support_tflite' lib which provides various
helpes for accessing TensorFlow Lite internals.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
include/support/tflite/FeatureView.h [new file with mode: 0644]
include/support/tflite/InputIndex.h [new file with mode: 0644]
include/support/tflite/OutputIndex.h [new file with mode: 0644]
src/CMakeLists.txt
src/support/CMakeLists.txt [new file with mode: 0644]
src/support/tflite/CMakeLists.txt [new file with mode: 0644]
src/support/tflite/src/FeatureView.cpp [new file with mode: 0644]
tools/nnapi_unittests/CMakeLists.txt
tools/nnapi_unittests/tests/conv_1.cpp