[unittest] Implement rnncell unittest
authorhyeonseok lee <hs89.lee@samsung.com>
Fri, 5 Nov 2021 07:14:32 +0000 (16:14 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Wed, 10 Nov 2021 09:11:55 +0000 (18:11 +0900)
commit998252ed74ea68152c4940aada17cad3b10d468e
treefe97962d8f32bed82b76a9d2dca0a74fd5176fba
parent14e3c13ca95071380c30ba2159653a71923da45f
[unittest] Implement rnncell unittest

 - Generate rnn, rnncell layer unittest
 - Generate model unittest which is composed of rnncell
 - Verified with multi timestep/stacked/loop_unrolling situation

Self evaluation:

Build test: [X]Passed [ ]Failed [ ]Skipped
Run test: [X]Passed [ ]Failed [ ]Skipped

Signed-off-by: hyeonseok lee <hs89.lee@samsung.com>
nntrainer/compiler/recurrent_realizer.cpp
packaging/unittest_layers_v2.tar.gz
packaging/unittest_models_v2.tar.gz
test/input_gen/genLayerTests.py
test/input_gen/genModelsRecurrent_v2.py
test/input_gen/transLayer_v2.py
test/unittest/layers/meson.build
test/unittest/layers/unittest_layers_rnn.cpp
test/unittest/layers/unittest_layers_rnncell.cpp [new file with mode: 0644]
test/unittest/models/unittest_models_recurrent.cpp