platform/core/ml/nntrainer.git
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
2021-07-13 Jihoon Lee[CAPI] Add ml_train_model_get_input|output_dims
2021-07-13 Jihoon Lee[Resnet] Sync resnet app with validated model
2021-07-12 Jihoon Lee[Padding] Add padding verification
2021-07-09 Jihoon Lee[Fix] File name sanitization
2021-07-07 Jihoon Lee[docs] Add readme for resnet
2021-07-07 Jihoon Lee[Padding] Add padding2d prop header
2021-07-07 Jihoon Lee[Fix] Weight initializer stddev calculation
2021-07-06 Jihoon Lee[Resnet] Connect the model with cifar100
2021-07-05 Jihoon Lee[Test/Bn] Add conv2d model test
2021-07-05 Jihoon Lee[resnet] Implement test run to resnet
2021-07-02 jijoong.moon[ Recurrent ] Implement Dropout for Recurrent Net
2021-07-01 Jihoon Lee[Fix/trivial] Change rpm group description
2021-07-01 Jihoon Lee[Resnet] Create resnet model
2021-06-30 Jihoon Lee[Resnet/skeleton] Add helper functions
2021-06-28 Jihoon Lee[Skeleton] Add resnet application skeleton
2021-06-25 hyeonseok lee[Fix] coverity, svace issues
2021-06-25 Jihoon Lee[CustomLoss] Update example
2021-06-24 Jihoon Lee[CustomLoss] Implement mae loss layer
2021-06-23 Parichay Kapoor[layer_v2] Fixes to merge layer_v2 with main branch
2021-06-23 Jihoon Lee[LayerNode] Change flatten and distribute to prop
2021-06-23 hyeonseok lee[Optimizer] Implement getOptimizerVariableDim
next