[TEST] Add execution order generator
[platform/core/ml/nntrainer.git] / test / unittest / meson.build
2023-04-04 Jiho Chu[TEST] Add execution order generator
2023-04-04 Jiho Chu[TEST] Add execution order test
2022-11-30 Jiho Chu[TEST] Add task unittest
2022-10-23 hyeonseok lee[unittest] remove unittest_nntrainer_layers
2022-07-04 Jiho Chu[BUILD] fix supported gmock version
2022-06-16 jijoong.moon[ TEST ] add golden data for grucell_fc
2022-04-01 MyungJoo Hamtest: remove unnecessary capi dependencies
2022-02-24 Parichay Kapoor[test] learning rate scheduler unittest
2021-12-03 Jihoon Lee[Test] Add multiout tests
2021-10-20 Jihoon Lee[Test] Add recurrent value compare tests
2021-10-19 Jihoon Lee[LSTM] Add lstm fix and test run
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-07 Jihoon Lee[Test] Add recurrent model test
2021-09-28 Parichay Kapoor[TensorPool] Added tensor pool implementation
2021-09-23 Jihoon Lee[Test] Prepare layer golden test data
2021-09-06 Parichay Kapoor[test/planner] Unittests for memory planner
2021-08-10 Jihoon Lee[Dataset] Remove unused part from refactoring
2021-07-27 Jihoon Lee[Dataset] Add test for the random dataproducer
2021-07-22 Parichay Kapoor[unittest] Enable graph unittests
2021-07-22 Parichay Kapoor[unittest] Enable models unittests
2021-07-22 Parichay Kapoor[test] Enable modelfile unittest
2021-07-22 Parichay Kapoor[layerV2] Update build for Layerv2
2021-06-23 Jihoon Lee[Test/Scaffolding] Prepare test for the new layer
2021-06-15 Parichay Kapoor[layer] Move name to LayerNode
2021-05-24 Jihoon Lee[Props] Add Name validator and unittest
2021-04-27 Jihoon Lee[Test/Props] Add basic property tests
2021-04-07 Jihoon Lee[Compiler/skeleton] Set up compiler source files
2021-03-23 Jihoon Lee[TestHub] Produce xml output for gtest
2021-03-02 Jihoon Lee[Refactor/test] Move resources to test path
2020-12-15 Jihoon Lee[Test] Add profiler test
2020-12-13 hyeonseok lee[meson.build] Change join_paths to / in meson.build...
2020-11-15 Jihoon Lee[AppContext] Add AppContext
2020-11-05 jijoong.moon[ Layer ] Add input_layers keyword
2020-11-05 Parichay Kapoor[backbone] unittest for external backbone
2020-10-27 Jihoon Lee[Test] Add ParamTest scaffolding for model tests
2020-10-26 Jihoon Lee[Test] Add unittest_nntrainer_models
2020-09-23 Parichay Kapoor[unittest] install unittest dependent files
2020-07-24 Parichay Kapoor[unittest] Moved unittest activation out of utils
2020-07-20 Jihoon LeeAdd test for modelfiles
2020-06-30 Parichay Kapoor[unittest] generate fc unittests
2020-06-18 jijoong.moon[ Flatten ] backwarding
2020-06-12 Jihoon Lee[meson] Remove duplicated bits from test/meson
2020-06-09 Jihoon LeeAdd LazyTensor to support lazy evaluation
2020-06-05 jijoong.moon[ Refector ] Manage unit test with seperate file
2020-05-07 jijoong.moon[UNITTEST] Fix Build Error
2020-05-07 Jihoon LeeDelete overlapping logic in test/meson.build
2020-05-06 Jihoon LeeSeparate databuffer_file unittest
2020-04-29 Jihoon LeeAdd test dataset automatically with meson
2020-04-28 jijoong.moon[API] Add Neural Network Model Compile C API
2020-04-28 Jihoon LeeSplit unittest for util func to diffrent source. (#61)
2020-04-10 jijoong.moonAdd Unit Tests for the NNTrainer internal