[ TEST ] add more test cases for batch normalization realizer
authorjijoong.moon <jijoong.moon@samsung.com>
Wed, 20 Apr 2022 07:58:21 +0000 (16:58 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Tue, 26 Apr 2022 09:49:07 +0000 (18:49 +0900)
commita52a1cc791464d4351f242866f4fa39b6ba012e4
treeedb49c98729b938d5b00139cc5aa0d0aa3c10dd1
parent554cffa2436c0402f77f85c5d0220ed12817242a
[ TEST ] add more test cases for batch normalization realizer

This patch adds the test case for batch normazliation realizer with
kind of resnet basic block which includes the multiout layer.

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

Signed-off-by: jijoong.moon <jijoong.moon@samsung.com>
nntrainer/compiler/bn_realizer.cpp
nntrainer/compiler/bn_realizer.h
test/include/nntrainer_test_util.h
test/nntrainer_test_util.cpp
test/unittest/compiler/unittest_realizer.cpp