[LayerV1] Delete for LayerV1
[platform/core/ml/nntrainer.git] / nntrainer / layers / rnn.cpp
2021-07-22 Parichay Kapoor[LayerV1] Delete for LayerV1
2021-07-22 Parichay Kapoor[layer] Update LSTM for layer_v2
2021-07-22 Parichay Kapoor[rnn] Cleanup RNN implementation
2021-07-22 Parichay Kapoor[layer] Update RNN to layerv2
2021-07-02 jijoong.moon[ Recurrent ] Implement Dropout for Recurrent Net
2021-06-18 Jihoon Lee[CC17] Update type to inline static
2021-06-17 jijoong.moon[ Recurrent ] Fix activation type
2021-06-16 Jihoon Lee[Refactor] s/Layer/LayerV1
2021-06-11 jijoong.moon[ RNN ] Add Multi-Layer RNN Unit Tests
2021-06-10 jijoong.moon[ RNN ] Add unittest case & return_sequence
2021-04-27 Juyeong LeeFix indent in the SPDX identifier
2021-04-08 jijoong.moon[ RNN ] Fix the bug when getting input data
2021-04-06 jijoong.moon[ RNN ] Backwarding Implementation submit/tizen/20210406.094012
2021-03-29 jijoong.moon[ RNN ] Fix Tensor copy bug and set proper initialization
2021-03-29 jijoong.moon[ RNN ] support various activation function
2021-03-29 jijoong.moon[ RNN ] Implementaion of forwarding
2021-03-29 jijoong.moon[ RNN ] Add initialization of RNN
2021-03-19 jijoong.moon[ RNN ] Add Skeleton Code for RNNLayer