[test] add test case when a specific layer is non-trainable
[platform/core/ml/nntrainer.git] / test /
2023-02-01 Seungbaek Hong[test] add test case when a specific layer is non-trainable
2023-01-31 Jiho Chu[TEST] Add cache loader test
2023-01-31 Jiho Chu[SWAP] Add memory swap policy
2023-01-31 Jiho Chu[SWAP] task executor: Remove stop and clean feature
2022-12-28 Seungbaek Hong[test] add test cases that a specific layer is non...
2022-12-05 Jiho Chu[TEST] Add load/unload cache pool test
2022-12-05 jijoong.moon[API] add ml_train_model_get_weight api
2022-11-30 Jiho Chu[TEST] Add task unittest
2022-11-27 gichanRevert "[ CI ] Temporal Fix for the CI about NNStreamer...
2022-11-18 hyeonseok lee[split layer] make a unittest to test split input dimen...
2022-11-11 jijoong.moon[ CI ] Temporal Fix for the CI about NNStreamer Backone
2022-11-08 Jiho Chu[TEST] Add Cache pool test
2022-11-07 DonghakPark[compiler] Revisit tflite_interpreter for TF Lite Export
2022-11-07 DonghakPark[compiler] Revisit FullyConnected Layer Weights Transpo...
2022-11-07 DonghakPark[compiler] FullyConnevted Layer Weights Transpose for...
2022-11-07 seongwoo[compiler] Revisit tflite interpreter
2022-10-23 hyeonseok lee[unittest] refine unittest
2022-10-23 hyeonseok lee[unittest] remove unittest_nntrainer_layers
2022-10-23 hyeonseok lee[unittest] migrate unittest from unittest_nntrainer_lay...
2022-10-13 Jiho Chu[TEST] fix for cache pool modification
2022-10-04 hyeonseok lee[trivial] fix ahub issues
2022-09-30 hyeonseok lee[padding1d] change padding1d key to padding
2022-09-30 Jiho Chu[Profile] Add memory statiscs & annotation
2022-09-26 hyeonseok lee[bugfix] initialize local variable accepted/tizen/unified/20220927.132348
2022-09-23 hyeonseok lee[unittest] added negative testcase
2022-09-23 hyeonseok lee[unittest] rename negative testcase name to _n place...
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-19 hyeonseok lee[trivial] fix ahub issue
2022-07-11 hyeonseok lee[conv] support dilation property
2022-07-05 jijoong.moon[ Trivial ] Fix the "Deprecated-declarations" error
2022-07-04 Jiho Chu[BUILD] fix supported gmock version
2022-06-24 Hyunil[TEST] Add unittest related to setProperty for dataset
2022-06-20 hyeonseok lee[fix] fix svace issue
2022-06-16 jijoong.moon[ TEST ] add golden data for grucell_fc
2022-06-16 jijoong.moon[ Recurrent ] property for dynamic time sequence
2022-06-16 Hyunil[TEST] Add unittest related to setProperty for optimizer
2022-06-15 Hyunil[CAPI] Add unittest related to setProperty for layer
2022-06-14 jijoong.moon[ Tensor ] remove rank 2 limitation for dot op
2022-06-14 hyeonseok lee[unittest] added zoneout mask unittest
2022-06-13 hyeonseok lee[layer] fix typo
2022-06-09 jijoong.moon[ Packaging ] Packaging for Tizen 6.0
2022-05-31 Hyunil[CAPI] Add unittest related to compile and train
2022-05-31 Jiho Chu[Test] Modify profiler test to add Memory event
2022-05-19 seongwoo[ccapi] Add exports interface.
2022-05-18 seongwoo[ Compiler ] add loss layer realizer
2022-05-16 hyeonseok lee[unittest] add negative unittest
2022-05-16 hyeonseok lee[unittest] added assertion in unittest
2022-05-16 hyeonseok lee[unittest] remove duplicated unittest
2022-05-16 Hyunil:[test] Add some negative tests to unittest
2022-05-11 jijoong.moon[ CCAPI ] add copy model configuration & get/set Weight...
2022-05-11 hyeonseok lee[rnncell] generate testcase for muli in/out of rnncell
2022-05-11 hyeonseok lee[rnncell] implement multiout for rnncell
2022-05-09 hyeonseok lee[lstm] implement calcGradient for bidirectional lstm
2022-05-06 jijoong.moon[ CAPI ] change set_feature_state to compatible with...
2022-05-04 jijoong.moon[ Unit Test ] remove mse loss layer in makeCompiledGraph
2022-04-26 jijoong.moon[ TEST ] add more test cases for batch normalization...
2022-04-26 jijoong.moon[ Compiler ] Implement bn realizer with test
2022-04-26 jijoong.moon[ Compilier ] implement BN realzier
2022-04-26 jijoong.moon[ Compiler ] Implement bn realizer with test
2022-04-20 Parichay Kapoor[optimizer/lr] Add learning rate scheduler to ccapi
2022-04-20 Parichay Kapoor[lr] Support step wise decay scheduler
2022-04-20 Parichay Kapoor[test] Bug fix for unittest
2022-04-20 Parichay Kapoor[modelloader] Support learning rate scheduler
2022-04-20 Parichay Kapoor[optimizer] Cleanup optimizers
2022-04-20 Parichay Kapoor[optimizer] Use optimizer wrapped
2022-04-20 Parichay Kapoor[test] Add finalize tests for lr schedulers
2022-04-14 hyeonseok lee[capi] added unittest for get layer
2022-04-12 jijoong.moon[ MESON ] fix bug when meson test
2022-04-01 MyungJoo Hamtest: remove unnecessary capi dependencies
2022-03-20 MyungJoo HamPortability: unittest uninit vars.
2022-02-24 Parichay Kapoor[capi/test] Example of batchsize set at train
2022-02-24 Parichay Kapoor[test] Add finalize tests for lr schedulers
2022-02-24 Parichay Kapoor[test] learning rate scheduler unittest
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
2022-01-25 Jihoon Lee[Fix] Flatten realizer to maintain original name
2022-01-19 Jihoon Lee[compat] remove contrib from tf headers
2021-12-31 hyeonseok lee[grucell] enable multi inout
2021-12-31 hyeonseok lee[grucell] refactoring grucell
2021-12-31 hyeonseok lee[Dropout] Disable test strong match
2021-12-31 Jihoon Lee[Recurrent] Add input seqeuncing mechanism
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[Output] Return zero grad for empty output
2021-12-29 Jihoon Lee[Clean] Remove getOutputDimensions()
2021-12-29 Jihoon Lee[context] Receive out conn info and use
2021-12-29 Jihoon Lee[Const] Make incoming derivative const
2021-12-29 Jihoon Lee[Test] Add test with dangling output
2021-12-29 Jihoon Lee[Recurrent] Support connection for as_sequence
2021-12-28 Jihoon Lee[RecurrentRealizer] Modify to have connection
2021-12-28 Jihoon Lee[Realizer] Change input connection semantics
2021-12-28 Jihoon Lee[Realizer] Change slice realizer to get connection
2021-12-28 Jihoon Lee[Semantics] InitContext NumOutput is hint
2021-12-28 Jihoon Lee[Identity] Add identity layer test
2021-12-16 Jihoon Lee[Tensor] Add tensor cat
next