[Tflite] Implement `BuildTensors`
authorJihoon Lee <jhoon.it.lee@samsung.com>
Wed, 14 Apr 2021 08:21:16 +0000 (17:21 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Mon, 24 May 2021 04:59:57 +0000 (13:59 +0900)
commit0b953f72cf866f7ff4510afab511ac334a217831
tree48a3bbf7dd902a110403fe819a050498a17d314c
parente16ab7385a43bd10d82704d226b26e63f7883bd1
[Tflite] Implement `BuildTensors`

This patch add `BuildTensors` which build tensors into *.tflite file.

**Self evaluation:**
1. Build test: [X]Passed [ ]Failed [ ]Skipped
2. Run test: [X]Passed [ ]Failed [ ]Skipped

Signed-off-by: Jihoon Lee <jhoon.it.lee@samsung.com>
nntrainer/compiler/tflite_interpreter.cpp
test/test_models/models/simple_fc.ini
test/unittest/compiler/unittest_interpreter.cpp