Introduce nnfw::support::tflite::TensorView (#456)
author박종현/동작제어Lab(SR)/Senior Engineer/삼성전자 <jh1302.park@samsung.com>
Thu, 5 Apr 2018 06:17:40 +0000 (15:17 +0900)
committer서상민/동작제어Lab(SR)/Senior Engineer/삼성전자 <sangmin7.seo@samsung.com>
Thu, 5 Apr 2018 06:17:40 +0000 (15:17 +0900)
commitd7037c3a272588b679c1a2220657f616469a00cf
tree96f1a8bfb61ec00c427ba71b73c6d3fe54b4ef40
parent297450273991f9318b0b8572820c9db7c5b4bb08
Introduce nnfw::support::tflite::TensorView (#456)

This commit introduces 'nnfw::support::tflite::TensorView' which allows
users to easily access elements in TensorFlow Lite Tensor object.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
include/support/tflite/TensorView.h [new file with mode: 0644]
include/util/tensor/Reader.h [new file with mode: 0644]
src/support/tflite/CMakeLists.txt
src/support/tflite/src/TensorView.cpp [new file with mode: 0644]
src/support/tflite/src/TensorView.test.cpp [new file with mode: 0644]
tools/nnapi_test/CMakeLists.txt
tools/nnapi_test/src/nnapi_test.cc