[Realizer] Implement slice realizer
authorJihoon Lee <jhoon.it.lee@samsung.com>
Thu, 14 Oct 2021 11:06:23 +0000 (20:06 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Mon, 18 Oct 2021 04:28:55 +0000 (13:28 +0900)
commit4235fb97193730eacd0e1fbb8da3e231b79ab20e
tree1cf79cd25401562a90e5b969993969bdc4816d3f
parent92173cc69102a4710fad4787c96285ae6c5b4fd7
[Realizer] Implement slice realizer

This patch implements slice realizer and it's test

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