[Example] Change LSTM to RNN
authorjijoong.moon <jijoong.moon@samsung.com>
Mon, 26 Nov 2018 01:40:42 +0000 (10:40 +0900)
committerMyungJoo Ham <myungjoo.ham@gmail.com>
Mon, 26 Nov 2018 02:47:22 +0000 (02:47 +0000)
commit495e82fdee905296fdb0a4551bb6945d7a7d374d
tree4c298830e0792b5bfcde712545c1c59947f959a7
parent43d72589db8a605e0e11547df2903128bb12a1d6
[Example] Change LSTM to RNN

It is more like RNN rather than LSTM. RNN is better name for this testcase.

**Changes proposed in this PR:**
- Change directory name and files LSTM to RNN

**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>
nnstreamer_example/CMakeLists.txt
nnstreamer_example/custom_example_RNN/CMakeLists.txt [moved from nnstreamer_example/custom_example_LSTM/CMakeLists.txt with 51% similarity]
nnstreamer_example/custom_example_RNN/dummy_RNN.c [moved from nnstreamer_example/custom_example_LSTM/dummy_LSTM.c with 90% similarity]