[Test] Add recurrent value compare tests
authorJihoon Lee <jhoon.it.lee@samsung.com>
Tue, 19 Oct 2021 11:19:01 +0000 (20:19 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Wed, 20 Oct 2021 12:19:55 +0000 (21:19 +0900)
commit9dd8c26e1bc37a8726737aa29f474b546ada2f28
tree50c5d5e47ec33a826d329c3538e36244df37eb3c
parentba86e871bd3c065c03660bf870543b672e70a670
[Test] Add recurrent value compare tests

This patch adds recurrent value compares golden tests

There are 4 cases presented.

1. single fc recurrent
2. stacked fc recurrent
3. single lstm recurrent
4. stacked lstm recurrent

**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>
.gitignore
nntrainer/layers/lstm.cpp
packaging/unittest_models_v2.tar.gz [new file with mode: 0644]
test/input_gen/genModelsRecurrent_v2.py [new file with mode: 0644]
test/input_gen/recorder_v2.py
test/unittest/meson.build
test/unittest/models/unittest_models_recurrent.cpp