[ LSTM ] Fix implementation & add backwarding testcase
authorjijoong.moon <jijoong.moon@samsung.com>
Thu, 13 May 2021 04:03:49 +0000 (13:03 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Tue, 8 Jun 2021 07:41:32 +0000 (16:41 +0900)
commite98569deb64bc33e6131c63afcd462648f312bb1
tree95b2d96c72dfe346726b307fc64d68de426779b5
parent6fa1249967c2fe6552d1e2fedb6a91cf4c3a8ce9
[ LSTM ] Fix implementation & add backwarding testcase

This commits includes:
  . fix implementation ( apply actvation )
  . add one unittest to check functionality of backwarding

**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>
nntrainer/layers/lstm.cpp