[TfLite] Implement TfOpIdxMap
authorJihoon Lee <jhoon.it.lee@samsung.com>
Tue, 13 Apr 2021 13:16:11 +0000 (22:16 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Mon, 17 May 2021 04:20:56 +0000 (13:20 +0900)
commit63eb7c06666db9fcbe4f14f7a67209aa78b144f8
treea083de0bf8b1da6e961215d755182d21e6d7c4be
parent4d2e44da99d3cf7b9b5513f39db6cc4765dda15f
[TfLite] Implement TfOpIdxMap

This patch implments TfOpIdxMap
Please note that graph::initialize has been extracted for modularity and
testability within this patch.

**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
nntrainer/graph/network_graph.cpp
nntrainer/graph/network_graph.h
nntrainer/models/neuralnet.cpp
test/unittest/compiler/unittest_interpreter.cpp