platform/core/ml/nntrainer.git
2021-08-16 Jihoon Lee[CAPI] Update regarding the review script
2021-08-16 Jihoon Lee[Trivial] dataset usage enum rename
2021-08-16 Jihoon Lee[CAPI] Add permission denied return value
2021-08-16 Jihoon Lee[CAPI] Change privilege to remark
2021-08-16 Jihoon Lee[CAPI] Add privilege to documentation
2021-08-16 Jihoon Lee[CAPI/ACR] Fix typo and doxygen tag
2021-08-16 Jihoon Lee[Trivial] Reflect acr review script
2021-08-16 Jihoon Lee[CAPI/ACR] Add remark on tensor info getter
2021-08-13 Jihoon Lee[fixes] Add bug fixes from asan
2021-08-13 Parichay Kapoor[fixes] Add bug fixes found with address sanitizer
2021-08-10 Jihoon Lee[Dataset] Remove unused part from refactoring
2021-08-10 Jihoon Lee[Dataset] Adopt new datagetter to databuffer
2021-08-10 Parichay Kapoor[tensor/test] Unittests for tensor allocate and initialize
2021-08-10 Parichay Kapoor[layer] Add support for initializer in requestTensor
2021-08-10 Parichay Kapoor[weight] Weight cleanup related to initializer
2021-08-10 Parichay Kapoor[var_grad] Support initializer for var_grad
2021-08-10 Parichay Kapoor[Tensor] Support initializer with tensor
2021-08-10 Parichay Kapoor[tensor] WeightInitializer refactor to Tensor::Initializer
2021-08-10 Parichay Kapoor[tensor/weight] Update WeightInitializer to TensorIniti...
2021-08-09 Jihoon Lee[Dataset] Change factory signature
2021-08-08 Parichay Kapoor[devel/pkg] Update the devel packaging
2021-08-08 hyeonseok lee[unittest] enable commented unittest
2021-08-06 hyeonseok lee[tensordim] move implementation to source file
2021-08-06 MyungJoo HamDebian: you don't have debian-build meson option.
2021-08-05 hyeonseok lee[mesonbuild] update meson build
2021-08-05 Parichay Kapoor[optimizer] Rename initialize to finalize
2021-08-05 Parichay Kapoor[layer] Update layer.h setProperty interface
2021-08-05 Parichay Kapoor[optimizer] Cleanup optimizer and remove dependency...
2021-08-05 Jihoon Lee[Dataset] Implement data getter
2021-08-03 Parichay Kapoor[tensorfilter] Update tensor filter to use ccapi
2021-08-03 Jihoon Lee[DataSet] Refactor to use properties
2021-08-03 Jihoon Lee[Dataset] Add thread safe queue for the buffer
2021-08-03 Parichay Kapoor[weight/var_grad] Remove exposure of weight/var_grad
2021-08-03 Parichay Kapoor[utils] Split parse_utils into two for cleaner headers
2021-08-03 Parichay Kapoor[optimizer] Deprecate optimizer factory
2021-08-03 Parichay Kapoor[test] capi unittest fix
2021-08-03 Jihoon Lee[CAPI] Move save/load api to public
2021-08-03 Parichay Kapoor[tensor_filter] Remove dependency on nntrainer::Tensor
2021-08-03 Parichay Kapoor[tensor filter] Bugfix for nnstreamer's tensor filter
2021-08-03 Parichay Kapoor[c++/model] Add model inference to c++ API
2021-08-03 Parichay Kapoor[loss] BugFix for regularization loss
2021-08-03 Parichay Kapoor[test] Enable c/cc diabled tests
2021-08-03 Jihoon Lee[dataset] Add file producer
2021-08-02 hyeonseok lee[CAPI] Implement ml_train_model_get_input|output_dims
2021-08-02 hyeonseok lee[tensor_dim] package tensor_dim.h with ccapi
2021-07-30 Jihoon Lee[CAPI] Expose layer enums
2021-07-29 Jihoon Lee[CAPI] Change tensor dim -> information
2021-07-29 jijoong.moon[ Layer ] Change OutputLayer to MultiOutLayer
2021-07-28 Jihoon Lee[CAPI] Add ml_train_model_get_layer to internal
2021-07-28 Jihoon Lee[CAPI] Deprecate old dataset apis
2021-07-28 Jihoon Lee[Dataset] Add callback generator
2021-07-27 jijoong.moon[ GRU ] Add dropout mask
2021-07-27 Jihoon Lee[Dataset] Add test for the random dataproducer
2021-07-27 jijoong.moon[ RNNT LOSS ] Add skeleton code for rnnt loss
2021-07-27 Jihoon Lee[Android] Fix undefined definition
2021-07-27 jijoong.moon[ LSTM ] Add dropout mask
2021-07-27 jijoong.moon[ RNN ] Add dropout mask
2021-07-26 Jihoon Lee[Android] Add missing dependency
2021-07-26 jijoong.moon[ Fix ] Fix android build error with meson
2021-07-23 hyeonseok lee[Fix] Initialize member variable
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 hyeonseok lee[graph_core] Implement input_list, output_list for...
2021-07-22 Parichay Kapoor[layer] Update dropout layer to V2
2021-07-22 Parichay Kapoor[coverity] Fixes realtd to coverity
2021-07-22 Parichay Kapoor[svace] Fix svace issues
2021-07-22 Parichay Kapoor[layer_v2] Merge commit for branch layer_v2
2021-07-22 Parichay Kapoor[LayerV1] Delete for LayerV1
2021-07-22 Parichay Kapoor[layernode] Add print functionality to LayerNode
2021-07-22 Parichay Kapoor[layer] Update NNStreamer layer to V2
2021-07-22 Parichay Kapoor[layer] Enable permute layer for V2
2021-07-22 Parichay Kapoor[unittest] Enable backbone unittests
2021-07-22 Parichay Kapoor[layer] Enable time dist layer for V2
2021-07-22 Parichay Kapoor[layernode] Remove LayerNode dependence on LayerV1
2021-07-22 Parichay Kapoor[weight] Add missing initialization in constructor
2021-07-22 Parichay Kapoor[layer] Initialize missing variables for LayerImpl
2021-07-22 Parichay Kapoor[application] Add common tests for simpleshot layers
2021-07-22 Parichay Kapoor[application] SimpleShot application update for V2
2021-07-22 Parichay Kapoor[application] Update centroid KNN layer for V2
2021-07-22 Parichay Kapoor[application] Update l2norm layer for V2
2021-07-22 Parichay Kapoor[application] Update centering layer for V2
2021-07-22 Parichay Kapoor[test] Added common unittest for custom layers
2021-07-22 Parichay Kapoor[application] Enable custom application
2021-07-22 Parichay Kapoor[layer] Update plugged layer for V2 design
2021-07-22 Parichay Kapoor[application] Enable draw classification app
2021-07-22 Parichay Kapoor[layer] Enable tflite layer for V2
2021-07-22 Parichay Kapoor[layer] Remove extra property from embedding
2021-07-22 Parichay Kapoor[applications] Enable working applications with v2
2021-07-22 Parichay Kapoor[layer] Update concat layer to V2
2021-07-22 Parichay Kapoor[layer] Update embedding for layerv2
2021-07-22 Parichay Kapoor[layer] Enable split layer for V2 design
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 to request temporary tensors
2021-07-22 Parichay Kapoor[layer] Update LSTM for layer_v2
2021-07-22 Parichay Kapoor[rnn] Cleanup RNN implementation
2021-07-22 Parichay Kapoor[layer] Update RNN to layerv2
2021-07-22 Parichay Kapoor[tests] Add more layer common unittests
2021-07-22 Parichay Kapoor[unittest] Enable graph unittests
next