[lstm] remove timestep property
authorhyeonseok lee <hs89.lee@samsung.com>
Wed, 12 Jan 2022 11:29:41 +0000 (20:29 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Mon, 7 Feb 2022 08:36:39 +0000 (17:36 +0900)
commitaf0b5de8d62a2f357d0e7b1bbef9b7cd9f2eb31b
treeea9d5d1db8ee0f93f726a2c05efc523c346d7dd6
parente843673ad55edcac03d6a9ea49027380367bf2e9
[lstm] remove timestep property

 - Remove timestep property from lstm layer.
   This will disable unrolling the lstm layer.
 - Adjust recurrent unittest to simple lstm unittest.

Signed-off-by: hyeonseok lee <hs89.lee@samsung.com>
nntrainer/compiler/recurrent_realizer.cpp
nntrainer/layers/lstm.cpp
nntrainer/layers/lstm.h
packaging/unittest_models_v2.tar.gz
test/input_gen/genModelsRecurrent_v2.py
test/input_gen/transLayer_v2.py
test/unittest/compiler/unittest_realizer.cpp
test/unittest/models/unittest_models_recurrent.cpp