[ Compiler ] add loss layer realizer
authorseongwoo <mhs4670go@naver.com>
Thu, 12 May 2022 07:50:18 +0000 (16:50 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Wed, 18 May 2022 10:36:10 +0000 (19:36 +0900)
commit48b806d7238f6ec43c81d7043576ede491e35f62
tree741219a83691b49ac17dbd2f6740b3921e0cb140
parent6c1c863872fae2adc6cc54a58f3cf39499369b4b
[ Compiler ] add loss layer realizer

This patch includes loss realizer implementation and tests which removes the loss layer for exports.

**Self evaluation:**
1. Build test:  [X]Passed [ ]Failed [ ]Skipped
2. Run test:  [X]Passed [ ]Failed [ ]Skipped

Signed-off-by: seongwoo <mhs4670go@naver.com>
nntrainer/compiler/loss_realizer.cpp [new file with mode: 0644]
nntrainer/compiler/loss_realizer.h [new file with mode: 0644]
nntrainer/compiler/meson.build
test/include/nntrainer_test_util.h
test/nntrainer_test_util.cpp
test/unittest/compiler/unittest_realizer.cpp