platform/core/ml/nntrainer.git
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
2021-07-22 Parichay Kapoor[layer] Update multiout layer for V2
2021-07-22 Parichay Kapoor[layer] Update addition layer to V2
2021-07-22 Parichay Kapoor[layer] Remove num_inputs/num_outputs properties
2021-07-22 Parichay Kapoor[test] Add semantic tests for activation layer
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[network] Loss support as a layer
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[conv2d] Update to Layerv2
2021-07-22 Parichay Kapoor[tensor] Enable request additional tesnor with batchnorm
2021-07-22 Parichay Kapoor[batchnorm] Update to LayerV2
2021-07-22 Parichay Kapoor[test] Add common unittest for layers
2021-07-22 Parichay Kapoor[test] Add common unittest for layers
2021-07-22 Parichay Kapoor[layercontext] Add unsafe methods
2021-07-22 Parichay Kapoor[layernode] Update getNumInputs/Outputs
2021-07-22 Parichay Kapoor[unittest] Enable models unittests
2021-07-22 Parichay Kapoor[manager] Support input/output tensor allocation
2021-07-22 Parichay Kapoor[tests] Enable more modelfile unittests
2021-07-22 Parichay Kapoor[layer] Update Activation layer to LayerV2
2021-07-22 Parichay Kapoor[test] Enable modelfile unittest
2021-07-22 Parichay Kapoor[layer] Cleanup layer_factory
2021-07-22 Parichay Kapoor[api/network] Update api/network for new losses
2021-07-22 Parichay Kapoor[losslayer] Update loss layer with LayerV2 design
2021-07-22 Parichay Kapoor[layernode] Maintain input_dim with LayerContext
2021-07-22 Parichay Kapoor[inputlayer] Update input layer with LayerV2 design
2021-07-22 Parichay Kapoor[var_grad] Remove cloneTransposeVariableOnly interface
2021-07-22 Parichay Kapoor[layerV2] Update build for Layerv2
2021-07-22 Parichay Kapoor[layer/factory] Update layer factory for LayerV2
2021-07-22 Parichay Kapoor[layer/node] Update layer and node for LayerV2
2021-07-22 Parichay Kapoor[fc] Update fc layer for LayerV2
2021-07-22 Parichay Kapoor[layer/optimizer] Reduce usage of getObject() for optimizer
2021-07-22 Parichay Kapoor[network/neuralnet] Reduce dependence on LayerV1
2021-07-22 Parichay Kapoor[backbone] Remove support for scalesize
2021-07-22 Parichay Kapoor[layernode] Update throw to retval in setProperty
2021-07-22 Parichay Kapoor[executionMode] Added mode of execution
2021-07-22 Parichay Kapoor[var_grad] Update trainable to need_gradient
2021-07-22 Parichay Kapoor[backbone] Update default backbone to be trainable
2021-07-22 Parichay Kapoor[layer] Update getTrainable with supportBackwarding
2021-07-22 Parichay Kapoor[layernode] Move actiovation to LayerNode
2021-07-22 Parichay Kapoor[LayerImpl] Add weight/bias properties to LayerImpl
2021-07-22 Parichay Kapoor[layernode] Move loss to layer node
2021-07-22 Parichay Kapoor[layer context] Add interfaces for setBatch
2021-07-22 Parichay Kapoor[layernode] Layer interfaces support in LayerNode
2021-07-22 Parichay Kapoor[manager] Memory allocation for non-weight tensors
2021-07-22 Jihoon Lee[Dataset] Add random producer
2021-07-21 Jihoon Lee[Dataset] Introduce data producer
2021-07-21 hyeonseok lee[Fix] Logical expression
2021-07-21 jijoong.moon[ Layer ] implementation of DropOut Layer
2021-07-20 Jihoon Lee[Dataset/CAPI] implement dataset ctor
2021-07-20 Parichay Kapoor[application] MNIST application
2021-07-20 Parichay Kapoor[activation] Update implementation for in-place
2021-07-19 Parichay Kapoor[application] Disable MNIST unittest
2021-07-19 Jihoon Lee[capi] Implement dataset_set_property_for_usage
2021-07-19 Jihoon Lee[dataset/cleanup] Remove usage from dataset impl
2021-07-16 Jihoon Lee[devel] Add layer_devel to devel
2021-07-15 Jihoon Lee[dataset/cleanup] Remove type from dataset
2021-07-15 Jihoon Lee[dataset] split train / val / test databuffer
2021-07-15 Jihoon Lee[dataset] Clean up dataset enums
2021-07-14 Jihoon Lee[dataset] Remove label data
2021-07-14 Jihoon Lee[CAPI] Propose save/load api
2021-07-14 Jihoon Lee[CAPI] Propose dataset api sets
2021-07-13 Jihoon Lee[Pooling] Apply padding property
2021-07-13 Jihoon Lee[Conv2D] Apply padding props to conv2d
2021-07-13 Parichay Kapoor[spec/pkg] Bugfix for dependency
2021-07-13 Jihoon Lee[Padding] Add padding compute function
next