[Application] Merge LSTM to Layers
authorDongHak Park <donghak.park@samsung.com>
Thu, 9 Feb 2023 02:35:54 +0000 (11:35 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Thu, 23 Feb 2023 11:24:47 +0000 (20:24 +0900)
commitdf30ac8d2f3de1f1fe1f6e8c668057b50548c88a
tree8ef138ecf00ba99dd08f962935c89d093a4e0f10
parent0585767430af53127324d4de808d084a2097f078
[Application] Merge LSTM to Layers

Merge LSTM dir to Layers dir
- both pytorch and tensorflow are single LSTM Layer Test Code
- in Layers dir there was single and simple layer tests
- in Layers dir NNtrainer LSTM exmaple also exist
- For User, they find various simeple exmaple more intuitively

releated PR : #2101

Signed-off-by: DongHak Park <donghak.park@samsung.com>
Applications/LSTM/README.md [deleted file]
Applications/LSTM/tensorflow/tensor_lstm.py [deleted file]
Applications/Layers/PyTorch/LSTM.py [moved from Applications/LSTM/pytorch/torch_lstm.py with 100% similarity]