Fix indent in the SPDX identifier
[platform/core/ml/nntrainer.git] / nntrainer / layers / conv2d_layer.cpp
2021-04-27 Juyeong LeeFix indent in the SPDX identifier
2021-03-30 Jihoon Lee[Conv2d/Test] Add conv2d multistride test
2021-03-30 Jihoon Lee[Conv2d] Rework calcDerivative
2021-03-30 Jihoon Lee[Conv] Check conv2d restriction
2021-03-19 Parichay Kapoor[Weights] Split weight variable init and alloc
2021-03-19 Parichay Kapoor[layers] Weight creation bug fix
2021-03-15 Parichay Kapoor[layer] refactor num of inputs/outputs
2021-03-03 Jihoon Lee[Test] Add conv various situation test accepted/tizen/unified/20210305.034114 submit/tizen/20210303.100614 submit/tizen/20210305.020917
2021-03-03 Jihoon Lee[Conv2D] Rework conv2d layer
2021-03-03 Parichay Kapoor[weight] Move apply gradient to weight
2021-03-03 Parichay Kapoor[weight/layer] Move weight regularization out of layers
2021-02-09 Parichay Kapoor[conv] svace integer overflow fix
2021-02-05 Parichay Kapoor[bug fixes] Update shared mem and in-place opt
2021-02-05 Parichay Kapoor[Manager] Support lazy memory allocation with manager
2021-01-21 Jihoon Lee[Layer] Add eval mode for the training accepted/tizen/unified/20210122.084701 submit/tizen/20210122.000930
2021-01-08 Jihoon Lee[Conv2d] Optimize layer loop
2021-01-08 Jihoon Lee[Conv2d] Reuse im2col array by batch
2021-01-08 Jihoon Lee[Conv2d] Change conv2d gemm to dot
2020-12-30 Parichay Kapoor[model] Optimize model input/output
2020-12-30 Jihoon Lee[Conv] Optimize im2col
2020-12-28 Parichay Kapoor[layer] Use gradient instead of variable for derivative
2020-12-28 Parichay Kapoor[layer] Move layer input/output management to manager
2020-12-21 Parichay Kapoor[layer] Support in-place batch normalization
2020-12-07 Parichay Kapoor[layers/manager] Register weights with manager
2020-12-07 Parichay Kapoor[weight] Updated weights to be vector
2020-12-07 Parichay Kapoor[manager] Added nntrainer manager for weights
2020-12-07 jijoong.moon[ CONV2D ] seperate conv2d_gemm and im2col
2020-11-30 jijoong.moon[ Graph ] remove grad mem buffer for backwarding
2020-11-30 Parichay Kapoor[conv2d] More optimizations for conv2d
2020-11-30 Parichay Kapoor[conv2d] Bug fix for regularization loss
2020-11-30 Parichay Kapoor[conv2d] Refactor conv2d layer
2020-11-27 Parichay Kapoor[layers] Split backwarding into smaller functions
2020-11-26 jijoong.moon[ UNIT TEST ] Enable Unit test for graph
2020-11-26 jijoong.moon[ Graph ] Modify backwarding/forwarding to use graph...
2020-11-19 Parichay Kapoor[tensor] Reduce overall memory overhead
2020-11-16 Parichay Kapoor[tensor] Update tensor signature for apply
2020-11-15 Parichay Kapoor[backbone] Add ini backbone properties
2020-11-13 Jihoon Lee[Layer] Change layer type to string
2020-11-12 Jihoon Lee[Fix] Throw when read/save fails
2020-11-11 Jihoon Lee[Test] Add conv2d Integrated test
2020-11-11 Jihoon Lee[Conv] Fix convlayer backwarding
2020-11-06 Parichay Kapoor[restructure] Restructure the core files