[Bug] Fix the nhwc test bug
[platform/core/ml/nntrainer.git] / nntrainer / layers / fc_layer.cpp
2023-08-21 jijoong.moon[Bug] Fix the nhwc test bug
2023-08-21 skykongkong8[bug] Fix zero division error
2023-08-21 jijoong.moon[ Mixed Tensor ] add tensor type property in initContext
2023-08-21 jijoong.moon[ Property ] Add Tensor Type property in model
2023-08-21 jijoong.moon[ WIP ] Mixed Tensor Data Type
2023-08-09 Adwaith AnandRemoved unwanted ternary operators
2023-08-09 Adwaith Anand[FullyConnected] Added NHWC support for FC_Layer infere...
2023-07-17 jijoong.moon[ Property ] Add Tensor Type property in model
2023-04-06 jijoong.moon[ TensorDim ] Add tensor format in TensorDim
2022-09-07 hyeonseok lee[layer] convert throw to nntr_throw in layer finalize accepted/tizen/unified/20220919.021604
2022-05-19 seongwoo[ccapi] Add exports interface.
2022-02-09 Parichay Kapoor[layers] Support for weight decay to layers
2021-12-29 Jihoon Lee[Const] Make incoming derivative const
2021-12-10 Parichay Kapoor[layer] bug fix for array initializer
2021-12-09 Parichay Kapoor[layer] Disable bias enabled for fc and conv
2021-12-03 Parichay Kapoor[layer] Use dot derivative in fc/attention
2021-11-29 Jihoon Lee [layer devel] clean up header dependency
2021-11-01 Parichay Kapoor[layer] Simplify naming scheme for requested tensors
2021-10-20 Jihoon Lee[Fix/Sharing] Fix gradient updation log
2021-10-07 Jihoon Lee[WeightSharing] Remove zero grad
2021-10-07 Jihoon Lee[fclayer] Update gradient to accumulate
2021-09-13 hyeonseok lee[LayerImpl] Maintain LayerImpl property with props
2021-09-13 hyeonseok lee[layer] clean up parse_util header
2021-08-20 Parichay Kapoor[layers] Make requested weight/tensor names unique
2021-07-22 Parichay Kapoor[layer] Update RNN to layerv2
2021-07-22 Parichay Kapoor[conv2d] Update to Layerv2
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[fc] Update fc layer for LayerV2
2021-07-22 Parichay Kapoor[backbone] Remove support for scalesize
2021-06-25 hyeonseok lee[Fix] coverity, svace issues
2021-06-18 Jihoon Lee[CC17] Update type to inline static
2021-06-16 Jihoon Lee[Refactor] s/Layer/LayerV1
2021-06-08 Jihoon Lee[Refactor] Delegate tfNode creation to exporter
2021-05-25 Jihoon Lee[Tflite] Fix tf shape building
2021-05-24 Parichay Kapoor[fc] Make bias derivative in-place
2021-05-03 Jihoon Lee[Layer/props] Convert name to props.
2021-04-30 Jihoon Lee[FC/props] Wrap properties with properties
2021-04-30 jijoong.moon[ TIME DIST ] Forwarding Implementation
2021-04-30 Jijoong MoonRevert "[ TIME DIST ] Forwarding Implementation"
2021-04-30 jijoong.moon[ TIME DIST ] Forwarding Implementation
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 Parichay Kapoor[weight] Move apply gradient to weight
2021-03-03 Parichay Kapoor[weight/layer] Move weight regularization out of layers
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[layer] Use gradient instead of variable for derivative
2020-12-28 Parichay Kapoor[layer] Move layer input/output management to manager
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-11-30 jijoong.moon[ Graph ] remove grad mem buffer for backwarding
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[ Graph ] Modify backwarding/forwarding to use graph...
2020-11-19 Parichay Kapoor[fc,tensor,adam] Change signature for sum accepted/tizen/unified/20201120.125454 submit/tizen/20201119.063013
2020-11-16 Parichay Kapoor[tensor] Update tensor op signature for dot
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-06 Parichay Kapoor[restructure] Restructure the core files