Fix indent in the SPDX identifier
[platform/core/ml/nntrainer.git] / nntrainer / optimizers / adam.h
2021-04-27 Juyeong LeeFix indent in the SPDX identifier
2021-03-26 Parichay Kapoor[optimizer] Refactor optimizers accepted/tizen/unified/20210329.145055 submit/tizen/20210326.073159
2021-03-03 Parichay Kapoor[optimizer] Update to camelcase
2020-12-10 Parichay Kapoor[optimizer] Move optimizer out of layer
2020-12-10 Parichay Kapoor[optimizer] Simplify optimizer initialize
2020-12-10 Parichay Kapoor[optimizer] Move optimizer variables to weights
2020-12-07 Parichay Kapoor[weight] Updated weights to be vector
2020-11-30 Jihoon Lee[AppContext] Register Default ops at the begining
2020-11-12 Jihoon Lee[Optimizer] Change enum type to string
2020-11-06 Parichay Kapoor[restructure] Restructure the core files