[Compiler] Alternate GraphRepresentation
authorJihoon Lee <jhoon.it.lee@samsung.com>
Fri, 2 Apr 2021 08:17:56 +0000 (17:17 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Wed, 7 Apr 2021 01:34:17 +0000 (10:34 +0900)
commit1b29cb8d2241961d67c77c0070185ace1af9b1e6
tree6ea8bec5dcef1f2209c5e7c2e8bbbcc5af8e1ffc
parentf989bb9e43121d0698ad7099d662b7b24d6cd119
[Compiler] Alternate GraphRepresentation

This patch alternates graph representation and move interpreter to a new
file

v2.
Also change documentation setup

**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>
jni/Android.mk
nntrainer/compiler/compiler.h
nntrainer/compiler/interpreter.h [new file with mode: 0644]
nntrainer/compiler/meson.build
nntrainer/graph/network_graph.h
test/meson.build
test/unittest/compiler/meson.build
test/unittest/compiler/unittest_interpreter.cpp [moved from nntrainer/compiler/compiler.cpp with 60% similarity]