[Compiler] Add Graph Representation
authorJihoon Lee <jhoon.it.lee@samsung.com>
Thu, 1 Apr 2021 10:36:08 +0000 (19:36 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Wed, 7 Apr 2021 01:34:17 +0000 (10:34 +0900)
commitf989bb9e43121d0698ad7099d662b7b24d6cd119
tree62d2d5bbe7c077119975a8ec00534824957c8936
parent44c24fefee7f8ce73ea54d7c5df64b78f1ae2d95
[Compiler] Add Graph Representation

This patch adds graph representation and it's interface

**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/compiler.cpp
nntrainer/compiler/compiler.h
test/unittest/compiler/unittest_compiler.cpp