[Graph/recurrent] Add concept of realizer
authorJihoon Lee <jhoon.it.lee@samsung.com>
Sat, 9 Oct 2021 08:26:47 +0000 (17:26 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Wed, 13 Oct 2021 12:15:56 +0000 (21:15 +0900)
commit42015d4643625e36464a7a4d9eb7a4c5fd231a33
tree7c278162cddf4fae2233d5a8e95fd0e627a55fb4
parentf50b5b949851342204f8ee3231c835fdec258909
[Graph/recurrent] Add concept of realizer

This patch add graph realizer. Graph realizer will preprocess graph
which can be effectively done as a lowering process of compile

**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/flatten_realizer.cpp [new file with mode: 0644]
nntrainer/compiler/flatten_realizer.h [new file with mode: 0644]
nntrainer/compiler/interpreter.h
nntrainer/compiler/meson.build
nntrainer/compiler/realizer.h [new file with mode: 0644]