[bug] fix coverity issues
[platform/core/ml/nntrainer.git] / nntrainer / compiler / recurrent_realizer.cpp
2024-03-20 hyeonseok lee[bug] fix coverity issues
2022-08-31 DonghakPark[Trivial] Fix Typo
2022-06-16 jijoong.moon[ Recurrent ] property for dynamic time sequence
2022-05-11 hyeonseok lee[rnncell] implement multiout for rnncell
2022-02-07 hyeonseok lee[lstm] remove timestep property
2021-12-31 hyeonseok lee[grucell] enable multi inout
2021-12-31 Jihoon Lee[Recurrent] Add input seqeuncing mechanism
2021-12-30 hyeonseok lee[lstmcell] support multi in/out
2021-12-29 hyeonseok lee[zoneout lstmcell] refactoring zoneout lstmcell layer
2021-12-29 Jihoon Lee[Recurrent] Support connection for as_sequence
2021-12-28 Jihoon Lee[RecurrentRealizer] Modify to have connection
2021-12-07 Parichay Kapoor[realizer] recurrent realizer bug fix in concat
2021-12-06 Jihoon Lee[Recurrent] Support connection for recurrents
2021-12-06 Jihoon Lee[Recurrent] recurrent using zero connection
2021-12-06 Jihoon Lee[Recurrent] Support multiple sequence
2021-12-06 Jihoon Lee[Clean] Prepare remap realizer for further changes
2021-12-06 hyeonseok lee[zoneout lstmcell] Implement zoneout lstm cell
2021-12-06 hyeonseok lee[lstmcell] Refactoring the lstmcell
2021-11-25 hyeonseok lee[unittest] Implement grucell unittest
2021-11-25 hyeonseok lee[bugfix] Bugfix on tensor sum
2021-11-10 hyeonseok lee[unittest] Implement rnncell unittest
2021-10-26 Parichay Kapoor[layer] Bug fix for LSTMCell
2021-10-18 Jihoon Lee[Refactor] Recurrent realizer with in/out props
2021-10-15 Jihoon Lee[Recurrent] Add timestep property to recurrent layers
2021-10-14 Jihoon Lee[Recurrent] Implement finalizing graph
2021-10-14 Jihoon Lee[Recurrent] Implement unrolling
2021-10-14 Jihoon Lee[Recurrent] Add verification and preparation
2021-10-14 Jihoon Lee[Recurrent] Add skleton of recurrent realizer