[IniInterpreter] Add test setup
authorJihoon Lee <jhoon.it.lee@samsung.com>
Mon, 5 Apr 2021 12:12:35 +0000 (21:12 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Tue, 13 Apr 2021 00:39:50 +0000 (09:39 +0900)
commit15c81bdbe57bebf40a6948d0d8b31da28def9d3a
tree8b6568339666868e558a2a8274d442b038679659
parentdea95841fa991f95a867025e35c1440447347378
[IniInterpreter] Add test setup

This patch add a test setup to test interpreter.

**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/ini_interpreter.cpp
nntrainer/graph/network_graph.cpp
test/test_models/models/simple_fc.ini [new file with mode: 0644]
test/test_models/models/simple_fc_backbone.ini [new file with mode: 0644]
test/unittest/compiler/unittest_interpreter.cpp