[Test] Add recurrent model test
authorJihoon Lee <jhoon.it.lee@samsung.com>
Tue, 5 Oct 2021 11:12:45 +0000 (20:12 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Thu, 7 Oct 2021 10:20:47 +0000 (19:20 +0900)
commit8f4dac4595d7b4f048a38b8b1551daf9cc62da09
tree3925b33580f897b537af6f71d75d91dd6e43f243
parent6d97ae75f8b23c4bc8eec2ab36e863a0bdec1c29
[Test] Add recurrent model test

This patch contains intial test for the recurrent model.

In this patch, there are three fc layers sharing the same weights

**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>
test/unittest/meson.build
test/unittest/models/meson.build [new file with mode: 0644]
test/unittest/models/unittest_models_recurrent.cpp [new file with mode: 0644]