[Example] Custom filter, "dummy LSTM", added
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Fri, 2 Nov 2018 09:32:08 +0000 (18:32 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Tue, 6 Nov 2018 01:09:01 +0000 (10:09 +0900)
commit3600efc7d053243dfe4ab37e2cda009d5e040f2e
tree730391f4267cba11b0b77df5b84e0a96cf989767
parentdcee36c31e41d0aa262073a179f22de238568a54
[Example] Custom filter, "dummy LSTM", added

This custom example filer, "dummy LSTM", is for recurrent
neural network test, mentioned in #738, as the second item.

Note that the third item (pipeline with valid recurrences)
requires new features in tensor_mux.

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
nnstreamer_example/CMakeLists.txt
nnstreamer_example/custom_example_LSTM/CMakeLists.txt [new file with mode: 0644]
nnstreamer_example/custom_example_LSTM/dummy_LSTM.c [new file with mode: 0644]