[ Tensor ] Support NHWC for dot, add/multiply_strided and other ops
[platform/core/ml/nntrainer.git] / test / include /
2023-07-17 Adwaith Anand[ Tensor ] Support NHWC for dot, add/multiply_strided...
2023-04-06 jijoong.moon[ Tensor ] Add default Tensor format in Tensor constructor
2022-07-05 jijoong.moon[ Trivial ] Fix the "Deprecated-declarations" error
2022-05-18 seongwoo[ Compiler ] add loss layer realizer
2022-04-26 jijoong.moon[ TEST ] add more test cases for batch normalization...
2022-04-26 jijoong.moon[ Compiler ] Implement bn realizer with test
2021-10-20 Jihoon Lee[Trivial] Open sizeCheckedReadTensor to util
2021-10-19 Jihoon Lee[Trivial] Move makeGraph function out
2021-09-15 hyeonseok lee[util] Remove parse_util.h
2021-08-27 Jihoon Lee[Dataset] Change and apply callback handler
2021-06-08 Parichay Kapoor[deb/pkg] Reduce error tolerance for release build
2021-06-03 Parichay Kapoor[unittest] Update unittest tolerance for debian build
2021-04-26 Jihoon Lee[Ini] Remove IniTestWrapper
2021-04-07 hyeonseok leeHandle Unchecked return value issue
2021-03-02 Jihoon Lee[Clean/iniTest] add logic to erase ini after test
2021-03-02 Jihoon Lee[Refactor/test] Move resources to test path
2021-02-17 Jihoon Lee[Build] Decouple gtest from nntrainer_test_util
2020-12-17 Jihoon Lee[svace] assure file to be closed before remove
2020-11-26 jijoong.moon[ UNITTEST ] Fix unitest & Applications to support...
2020-11-05 Jihoon Lee[Test/Util] Update ini / debug info
2020-10-30 Parichay Kapoor[backbone] Add unittests for backbone
2020-10-27 Jihoon Lee[Refactor/Test] Move iniTest to modelfile
2020-09-23 Jihoon Lee[Tensor] Fix bug in the broadcast support
2020-09-23 Jihoon LeeAdd test for elem-wise ops broadcasting
2020-09-03 Parichay Kapoor[unittest] Add verification of accuracy for training... accepted/tizen/unified/20200904.035521 submit/tizen/20200903.054614
2020-09-02 jijoong.moon[ TOKEN ] Update weight decay to weight regularizer
2020-08-24 Parichay Kapoor[loss] Rename cost to loss
2020-08-24 Parichay Kapoor[ini] Update INI configuration
2020-08-24 Parichay Kapoor[init] Update weight initializations
2020-08-24 Parichay Kapoor[INI] This patch refactors the INI naming for saving...
2020-08-21 Parichay Kapoor[ini] Update Network section to Model
2020-08-21 Parichay Kapoor[config] Separate loading model with config from neural...
2020-08-12 Parichay Kapoor[model] Change the semantics for setting the batchsize
2020-08-04 Jihoon LeeAdd neuralnet test cases that is not working
2020-08-03 Parichay Kapoor[C-API] C-API updated with tizen ACR
2020-08-03 jijoong.moon[ Coverity ] Fix Coverity Issues
2020-07-28 jijoong.moon[ Coverity ] Fix Coverity Issues accepted/tizen/unified/20200728.135447 submit/tizen/20200728.023042
2020-07-20 Jihoon LeeAdd test for modelfiles
2020-07-16 Jihoon LeeRefactor nntrainer load from config
2020-07-16 Parichay Kapoor[API] Update C-API dataset handling
2020-07-08 Jihoon LeeFormat everyfile
2020-07-06 Parichay Kapoor[ini] update ini bias init and flatten as feature
2020-06-30 Parichay Kapoor[ini] Update ini parsing and format accepted/tizen/unified/20200706.064221 submit/tizen/20200706.011448
2020-06-24 Parichay Kapoor[tensor/tensor_dim] Added equal comparison operation
2020-06-22 Jihoon LeeAdd test for activation layer(Wait for #187)
2020-06-09 jijoong.moon[ Conv2D ] initialize Conv2DLayer
2020-06-08 jijoong.moon[ Refactor ] using input dimesion and output dimenstion.
2020-06-08 jijoong.moon[ Refactor ] Modify to deal with 3D Tensor
2020-05-29 jijoong.moon[API] Training API with generator
2020-05-06 jijoong.moon[Layer] Remove Output Layer
2020-05-05 jijoong.moon[CAPI] Add Train API
2020-05-04 jijoong.moon[UNIT TEST] Add more tizen unit test
2020-04-28 jijoong.moon[API] Add Neural Network Model Compile C API