[Coverity] Fix coverity issues
[platform/core/ml/nntrainer.git] / test / input_gen /
2023-08-22 skykongkong8[ bug ] bugfix for wrong data generation trial
2023-08-21 Donghyeon Jeong[unittest] specify softmax template type
2023-08-21 skykongkong8[gtest] Add dataset generation code for all layers...
2023-08-21 skykongkong8[test] Enable fp16 golden test data
2023-08-21 jijoong.moon[ WIP ] Mixed Tensor Data Type
2023-04-06 Seungbaek Hong[Ahub] Fix svace issue
2023-04-04 Jiho Chu[TEST] Add execution order generator
2023-02-01 Seungbaek Hong[test] add test case when a specific layer is non-trainable
2022-12-28 Seungbaek Hong[test] add test cases that a specific layer is non...
2022-11-18 hyeonseok lee[split layer] make a unittest to test split input dimen...
2022-09-07 hyeonseok lee[unittest] generate transformer unittest
2022-09-07 hyeonseok lee[unittest] layer normalization
2022-09-07 hyeonseok lee[unittest] generate positional encoding unittest
2022-09-07 hyeonseok lee[multi head attention] added unittest
2022-07-20 hyeonseok lee[conv] support causal padding in conv1d
2022-07-11 hyeonseok lee[conv] support dilation property
2022-06-16 jijoong.moon[ Recurrent ] property for dynamic time sequence
2022-05-11 hyeonseok lee[rnncell] generate testcase for muli in/out of rnncell
2022-02-09 Parichay Kapoor[test] unittest for weight decay
2022-02-08 hyeonseok lee[lstm] implement bidirectional lstm forward
2022-02-07 hyeonseok lee[lstm] remove timestep property
2021-12-31 hyeonseok lee[grucell] enable multi inout
2021-12-31 hyeonseok lee[grucell] refactoring grucell
2021-12-30 hyeonseok lee[lstmcell] support multi in/out
2021-12-30 hyeonseok lee[zoneout lstmcell] support multi in/out
2021-12-29 Jihoon Lee[Test] Add test with dangling output
2021-12-16 Jihoon Lee[Tensor] Add tensor cat
2021-12-15 hyeonseok lee[gru] enable bias_hh, reset_after
2021-12-13 hyeonseok lee[grucell] enable 2 bias
2021-12-13 hyeonseok lee[lstm, lstmcell, zoneout] enable 2 bias
2021-12-13 hyeonseok lee[rnncell] enable 2 bias
2021-12-07 Parichay Kapoor[test] recoder to read from input from file
2021-12-07 Parichay Kapoor[layer] Embedding fix
2021-12-06 hyeonseok lee[unittest] zoneout lstmcell unittest
2021-12-03 Parichay Kapoor[layer] Support multiple outputs for mol attention...
2021-12-03 Parichay Kapoor[layer] Support filter masking in mol attention
2021-12-03 Jihoon Lee[Test] Add multiout tests
2021-12-03 Parichay Kapoor[layer] perform layer context check on first forward
2021-12-03 Parichay Kapoor[layer] Add MoL layer unittest
2021-12-03 Parichay Kapoor[translayer] Fix for fc without bias
2021-12-02 Parichay Kapoor[layer] Unittests for reduce mean layer
2021-12-01 Parichay Kapoor[gradclip] hot fix + unittests
2021-11-25 hyeonseok lee[unittest] Implement grucell unittest
2021-11-25 hyeonseok lee[bugfix] Bugfix on tensor sum
2021-11-11 Parichay Kapoor[layer] Inplace support for multiout layer
2021-11-10 hyeonseok lee[unittest] Implement rnncell unittest
2021-11-10 hyeonseok lee[Bugfix] Regenerate lstmcell unittest
2021-10-21 Jihoon Lee[test/bn1d] Add bn1d support
2021-10-21 Jihoon Lee[Fix] fix recorder registration
2021-10-20 Parichay Kapoor[layer] Support concat along all the dimensions
2021-10-20 Jihoon Lee[Test] Add recurrent value compare tests
2021-10-20 Jihoon Lee[Test] Add model v2 test generator
2021-10-19 Parichay Kapoor[test] GRU with reset_after=False
2021-10-19 Parichay Kapoor[layer/test] Add unittests for conv1d
2021-10-18 Parichay Kapoor[layer/test] Bug fix for dropout + unittest
2021-10-15 Parichay Kapoor[packaging] Debian launchpad buildfix for focal
2021-10-13 Parichay Kapoor[test/layers] Add gru layer testing
2021-10-09 Parichay Kapoor[test] Added unittests for LSTM
2021-10-08 Parichay Kapoor[layer] Attention support for different key value
2021-10-08 Parichay Kapoor[test] Add unittest for attention layer
2021-10-08 Parichay Kapoor[test] Add unittest for attention layer
2021-10-06 Jihoon Lee[Test] Add warmup to the golden layer
2021-10-06 Jihoon Lee[Test] Add conv2d golden tests
2021-09-30 Jihoon Lee[Test] Add bn layer training
2021-09-28 Jihoon Lee[Test] Update layer golden test format
2021-09-23 Parichay Kapoor[resnet/test] Add resnet unittest model generation
2021-09-23 Jihoon Lee[Test] Prepare layer golden test data
2021-07-22 hyeonseok lee[unittest] multi output unittest
2021-07-05 Jihoon Lee[Test/Bn] Add conv2d model test
2021-06-17 jijoong.moon[ GRU ] Add GRU Unittest
2021-06-17 jijoong.moon[ Recurrent ] Fix activation type
2021-06-17 jijoong.moon[ GRU ] implement fowarding / backwarding of GRU Layer
2021-06-17 jijoong.moon[ Unit Test ] Fix LSTM / RNN Unittest
2021-06-14 Jihoon Lee[Test/models] Add addition test
2021-06-14 Jihoon Lee[Retouch] unittest_models test cases
2021-06-11 jijoong.moon[ RNN ] Add Multi-Layer RNN Unit Tests
2021-06-10 jijoong.moon[ RNN ] Add unittest case & return_sequence
2021-06-10 Jihoon Lee[Recorder] Add multiout equivalent in transLayer
2021-06-09 jijoong.moon[ LSTM ] Add Multi-Layerd LSTM Unittest
2021-06-08 jijoong.moon[ LSTM ] Add More Unit Test Cases
2021-06-08 jijoong.moon[ LSTM ] Add Unit test for LSTM Layer
2021-06-08 jijoong.moon[ LSTM ] LSTM Unit Test Cases
2021-06-08 Jihoon Lee[Recorder] Add Input map generation
2021-05-27 Jihoon Lee[Test/Model] Prepare addition model
2021-05-27 Jihoon Lee[Test/models] prepare to support non-linear models
2021-05-24 Jihoon Lee[Conv2d/Test] Add more test
2021-03-30 Jihoon Lee[Pooling2D/Test] Add model tests
2021-03-30 Jihoon Lee[Conv2d/Test] Add conv2d multistride test
2021-03-19 jijoong.moon[ UNITTEST ] Add More Embedding Layer Unit Test
2021-03-03 Jihoon Lee[Test] Add conv various situation test accepted/tizen/unified/20210305.034114 submit/tizen/20210303.100614 submit/tizen/20210305.020917
2021-01-21 Jihoon Lee[Tools] Fix bug that translayer cannot detect bn
2021-01-08 Jihoon Lee[Conv2d] Optimize layer loop
2020-11-11 Jihoon Lee[Test] Add conv2d Integrated test
2020-11-09 Jihoon Lee[Test/Py] Add translayer
2020-11-05 Jihoon Lee[IntegratedTest] Add batch normalization test
2020-11-05 Jihoon Lee[Test/Util] Update ini / debug info
2020-11-02 Jihoon Lee[Test] Refactor recorder.py
2020-10-27 Jihoon Lee[Test] Add ParamTest scaffolding for model tests
2020-10-20 Jihoon Lee[IntegratedTest] Add test generator
2020-09-25 Jihoon Lee[License] s/Apache-2.0-only/Apache-2.0
next