[Repo/RNN] Add dummy RNN test case
authorjijoong.moon <jijoong.moon@samsung.com>
Mon, 26 Nov 2018 06:42:53 +0000 (15:42 +0900)
committerMyungJoo Ham <myungjoo.ham@gmail.com>
Thu, 29 Nov 2018 07:56:37 +0000 (07:56 +0000)
commitebda5cfcd4d070d465141a803e9e3b3a4744dfcf
tree891e2f87f229d756a12eff28c6a2e8e5ad72d20a
parent3dcf3d0ed83a3742d9a18c5261ac33b0995d8c21
[Repo/RNN] Add dummy RNN test case

In order to test recurtion & Tensor repo, dumm RNN test case is added.

It generate 10 4x4x4x1 tensors and use first input of RNN. Second
input for RNN is generated by tensor_reposrc which take from
Tensor_Repo. Of course, the first tensor of tensor_reposrc is filled
with zero. After simple calcution,
RNN (build/nnstreamer_exampel/custom_exampe_RNN/libdummyRNN.so ) push
the result and tensor_reposink upload this output into Tensor_Repo.

**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>
tests/nnstreamer_repo_rnn/generateTestCase.py [moved from tests/recurrent_pipeline/generateTestCase.py with 58% similarity]
tests/nnstreamer_repo_rnn/runTest.sh [new file with mode: 0755]
tests/recurrent_pipeline/runTest.sh [deleted file]