[ Mixed ] fix apply using casted function
[platform/core/ml/nntrainer.git] / nntrainer / layers / input_layer.cpp
2023-08-21 jijoong.moon[ Mixed ] fix apply using casted function
2022-05-19 seongwoo[ccapi] Add exports interface.
2021-11-29 Jihoon Lee [layer devel] clean up header dependency
2021-10-18 Parichay Kapoor[in-place] Support in-place activation
2021-10-06 Parichay Kapoor[in-place] Make input layer work in-place
2021-10-06 Parichay Kapoor[inplace opt] Support in-place no-op flatten layer
2021-09-13 hyeonseok lee[layer] clean up parse_util header
2021-09-13 hyeonseok lee[input layer] Maintain input layer property with props
2021-09-07 Jihoon Lee[ini] Implement model save
2021-08-26 hyeonseok lee[layer_node] handle deprecated property
2021-07-22 Parichay Kapoor[LayerV1] Delete for LayerV1
2021-07-22 Parichay Kapoor[pooling] Update to LayerV2
2021-07-22 Parichay Kapoor[batchnorm] Update to LayerV2
2021-07-22 Parichay Kapoor[layer] Update Activation layer to LayerV2
2021-07-22 Parichay Kapoor[inputlayer] Update input layer with LayerV2 design
2021-07-22 Parichay Kapoor[layer] Update getTrainable with supportBackwarding
2021-06-18 Jihoon Lee[CC17] Update type to inline static
2021-06-16 Jihoon Lee[Refactor] s/Layer/LayerV1
2021-01-21 Jihoon Lee[Layer] Add eval mode for the training accepted/tizen/unified/20210122.084701 submit/tizen/20210122.000930
2020-12-30 Parichay Kapoor[model] Optimize model input/output
2020-12-28 Parichay Kapoor[inputlayer] Input layer must be non-trainable
2020-12-28 Parichay Kapoor[layer] Move layer input/output management to manager
2020-12-07 Parichay Kapoor[manager] Added nntrainer manager for weights
2020-11-27 Parichay Kapoor[layers] Split backwarding into smaller functions
2020-11-26 jijoong.moon[ Graph ] Modify backwarding/forwarding to use graph...
2020-11-19 Parichay Kapoor[tensor] Reduce overall memory overhead
2020-11-13 Jihoon Lee[Layer] Change layer type to string
2020-11-06 Parichay Kapoor[restructure] Restructure the core files