[Compiler/skeleton] Set up compiler source files
authorJihoon Lee <jhoon.it.lee@samsung.com>
Thu, 1 Apr 2021 08:05:58 +0000 (17:05 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Wed, 7 Apr 2021 01:34:17 +0000 (10:34 +0900)
commit89ebfdd7ba78d5c7acc2585f92f30d394a23d146
tree3cc2f858588a556e3289750f7e600b208a949400
parentce6ced462cb549d32952a6551ba09968c7cc6f9d
[Compiler/skeleton] Set up compiler source files

This patch setup compiler source files

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