[layer] Support multiple outputs for mol attention layer
[platform/core/ml/nntrainer.git] / test / unittest / unittest_nntrainer_models.cpp
2021-12-03 Parichay Kapoor[layer] Support multiple outputs for mol attention...
2021-12-03 Jihoon Lee[tidy] Remove getInputLayers usage
2021-12-01 Parichay Kapoor[gradclip] hot fix + unittests
2021-12-01 Parichay Kapoor[layer] Unittest + forwarding fix for mol
2021-11-25 Jihoon Lee[Add] add leaky relu to actifun
2021-11-25 Parichay Kapoor[graph] Bug fix for slice realizer
2021-11-11 Parichay Kapoor[layer] Inplace support for multiout layer
2021-10-19 Jihoon Lee[Test] Make model test to take arbitrary nn
2021-10-19 Jihoon Lee[Trivial] Extract golden test from nnt_models
2021-10-19 Jihoon Lee[Trivial] Separate Watchers into a new file
2021-10-18 Jihoon Lee[Refactor] Recurrent realizer with in/out props
2021-10-18 Jihoon Lee[Realizer] Implement input realizer
2021-10-15 Jihoon Lee[Model/API] renew addWithReferenceLayers
2021-10-15 Jihoon Lee[Model] Add Model::addWithReferenceLayers
2021-10-13 Jihoon Lee[Model] Add memory optimization property
2021-10-07 Parichay Kapoor[layer] Add checks for layer tensor overwrite bug
2021-10-06 Parichay Kapoor[in-place] Make input layer work in-place
2021-10-05 Parichay Kapoor[graph/manager] Enable memory v1 optimizations
2021-10-01 Parichay Kapoor[rebase] Add rebase fix
2021-10-01 Parichay Kapoor[cleanup/fix] Cleanup + bugfix
2021-10-01 Parichay Kapoor[Manager] Manager to use TensorPool for all requests
2021-09-23 Parichay Kapoor[resnet/test] Add resnet test for models unittest
2021-09-23 Parichay Kapoor[unittest/models] Fix matching for models unittest
2021-09-15 hyeonseok lee[unittest] Enable model_test_save_load_compare unittest...
2021-09-15 hyeonseok lee[ahub] Init uninit member variable
2021-09-10 Jihoon Lee[Test] Add save load test
2021-08-27 Jihoon Lee[CCAPI] Implement basic load save
2021-08-10 Parichay Kapoor[tensor] WeightInitializer refactor to Tensor::Initializer
2021-08-08 hyeonseok lee[unittest] enable commented unittest
2021-07-29 jijoong.moon[ Layer ] Change OutputLayer to MultiOutLayer
2021-07-22 jijoong.moon[ TEST ] fix compilation error
2021-07-22 hyeonseok lee[unittest] multi output unittest
2021-07-22 hyeonseok lee[network_graph] revise addlosslayer for multi output
2021-07-22 Parichay Kapoor[layer] Enable time dist layer for V2
2021-07-22 Parichay Kapoor[layer] Update preprocess layers for layerV2
2021-07-22 Parichay Kapoor[layer] Update GRU for layer_v2
2021-07-22 Parichay Kapoor[layer] Update LSTM for layer_v2
2021-07-22 Parichay Kapoor[layer] Update RNN to layerv2
2021-07-22 Parichay Kapoor[unittest] Enable graph unittests
2021-07-22 Parichay Kapoor[test/models] Add golden tests for loss layer
2021-07-22 Parichay Kapoor[test/modelfile] Add loss layer unittests
2021-07-22 Parichay Kapoor[pooling] Update global max pooling
2021-07-22 Parichay Kapoor[pooling] Update pooling to use helper tensors
2021-07-22 Parichay Kapoor[pooling] Update to LayerV2
2021-07-22 Parichay Kapoor[flatten] Update to LayerV2
2021-07-22 Parichay Kapoor[batchnorm] Update to LayerV2
2021-07-22 Parichay Kapoor[layernode] Update getNumInputs/Outputs
2021-07-22 Parichay Kapoor[unittest] Enable models unittests
2021-07-22 Parichay Kapoor[layer] Cleanup layer_factory
2021-07-22 Parichay Kapoor[var_grad] Update trainable to need_gradient
2021-07-22 Parichay Kapoor[layer] Update getTrainable with supportBackwarding
2021-07-13 Jihoon Lee[Pooling] Apply padding property
2021-07-13 Jihoon Lee[Conv2D] Apply padding props to conv2d
2021-07-05 Jihoon Lee[Test/Bn] Add conv2d model test
2021-06-23 hyeonseok lee[Optimizer] Implement getOptimizerVariableDim
2021-06-23 hyeonseok lee[layer-internal] refactoring weight, input, output...
2021-06-23 hyeonseok lee[layer-internal] refactoring getInputDimension getOutpu...
2021-06-23 Parichay Kapoor[context] Layer context creation scaffolding
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-16 Jihoon Lee[Refactor] s/Layer/LayerV1
2021-06-16 Parichay Kapoor[unittests] Update unittests for new gtest version
2021-06-15 Parichay Kapoor[layer] Move name to LayerNode
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 Parichay Kapoor[test/model] Cleanup unittest_nntrainer_models
2021-06-10 jijoong.moon[ RNN ] Add unittest case & return_sequence
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-02 Parichay Kapoor[debian] Refactor debian packaging
2021-05-27 Jihoon Lee[Test/Model] Prepare addition model
2021-05-26 Parichay Kapoor[graph] Graph cleanup getNodes()
2021-05-24 Jihoon Lee[Conv2d/Test] Add more test
2021-05-18 Parichay Kapoor[model] Model inference should not catch throw
2021-05-13 Parichay Kapoor[graph] Bug fix for addLossLayer
2021-05-13 Parichay Kapoor[graph] Update graph node
2021-04-30 jijoong.moon[ TIME DIST ] Implement Backwarding of TimeDistLayer
2021-04-30 jijoong.moon[ TIME DIST ] add example
2021-04-30 Jijoong MoonRevert "[ TIME DIST ] add example"
2021-04-30 Jijoong MoonRevert "[ TIME DIST ] Implement Backwarding of TimeDist...
2021-04-30 jijoong.moon[ TIME DIST ] Implement Backwarding of TimeDistLayer
2021-04-30 jijoong.moon[ TIME DIST ] add example
2021-04-28 Juyeong Lee[Docs] Fix doxygen
2021-04-28 Parichay Kapoor[test] Doxygen fix
2021-04-28 Parichay Kapoor[graph] Update graph node
2021-04-27 Juyeong LeeFix indent in the SPDX identifier
2021-04-26 Jihoon Lee[Ini] Remove IniTestWrapper
2021-04-26 hyeonseok lee[Preprocess] Set default trainable to false
2021-04-26 hyeonseok lee[Unittest] Added doxygen tag
2021-04-07 hyeonseok leeHandle Uninitialized scalar field issue
2021-04-01 Parichay Kapoor[ini] Add backward compatibility for optimizer
2021-04-01 Parichay Kapoor[optimizer] Add optimizer section to INI
2021-03-30 Jihoon Lee[Pooling2D] Rework global max pooling
2021-03-30 Jihoon Lee[Pooling2d] Rework Average Pooling
2021-03-30 Jihoon Lee[Pooling2d] Rework pooling to avoid padding
next