[Coverity] Fix coverity issues
[platform/core/ml/nntrainer.git] / nntrainer / layers /
2024-03-28 Seungbaek Hong[svace] fix svace issues
2024-03-20 Donghyeon Jeong[coverity] Fix coverity issues
2023-09-21 Donghak PARK[Coverity] Fix Coverity Issue
2023-09-20 SeoHyungjun[Ahub] Fix Ahub issue
2023-09-20 SeoHyungjun[Ahub] Fix Ahub issue
2023-09-12 Donghyeon Jeong[Tensor] Unsigned Quantized Tensor
2023-08-22 skykongkong8[layer] Verify ln, bn layers with fp16
2023-08-22 skykongkong8[layer] Verify positional encoding layer with fp16
2023-08-21 Donghyeon Jeong[Tensor] Fix in Mixed Precision Support
2023-08-21 skykongkong8[layers] Dump acti_func into header
2023-08-21 jijoong.moon[ Bug Fix ] fix the error in FP32 only case
2023-08-21 skykongkong8[Bug] Fix bug when Android build
2023-08-21 skykongkong8[gtest] Verify attention layer with fp16
2023-08-21 skykongkong8[layers/activation_func] Apply template on activation...
2023-08-21 jijoong.moon[Bug] Fix the nhwc test bug
2023-08-21 skykongkong8[bug] Fix zero division error
2023-08-21 Donghyeon Jeong[Compiler] Preserve connection order in multi-out realizer
2023-08-21 hyeonseok lee[graph_node] handle deprecated stl iterator
2023-08-21 jijoong.moon[ Tensor ] Templatize apply member function
2023-08-21 jijoong.moon[ Mixed ] fix apply using casted function
2023-08-21 jijoong.moon[ Mixed Tensor ] add tensor type property in initContext
2023-08-21 jijoong.moon[ Mixed Tensor ] Bug Fixes
2023-08-21 Donghyeon JeongEnable gcc-13 compile with FP16
2023-08-21 jijoong.moon[ Mixed Tensor ] Enable FP32 unittest cases
2023-08-21 jijoong.moon[ Property ] Add Tensor Type property in model
2023-08-21 jijoong.moon[ WIP ] Mixed Tensor Data Type
2023-08-21 jijoong.moon[ Mixed Precision ] Support Mixed Precision
2023-08-18 Yongjoo Ahn[nnstreamer] Set dim value as 1 when nnstreamer give...
2023-08-09 Adwaith AnandRemoved unwanted ternary operators
2023-08-09 Adwaith Anand[FullyConnected] Added NHWC support for FC_Layer infere...
2023-07-23 hyeonseok leeremove unused variable
2023-07-23 hyeonseok leeremove warning flags related to compile with gcc-13
2023-07-21 Seungbaek Hong[ahub] fix ahub issues
2023-07-21 jijoong.moon[Toolchain] Enable gcc-13 support
2023-07-17 jijoong.moon[ Property ] Add Tensor Type property in model
2023-06-19 sungsik[Trivial] Fix typo
2023-06-14 Donghak PARK[Typo] Fix typo
2023-05-31 Seungbaek Hong[Trivial] Fix typo
2023-05-23 Seungbaek Hong[activation] add gelu function
2023-04-07 jijoong.moon[NNStreamer] fix input dimension with MAX RANK with 8
2023-04-07 jijoong.moon[NNStreamer] Remove rank check temporary
2023-04-06 jijoong.moon[ TensorDim ] Add tensor format in TensorDim
2023-04-04 jijoong.moon[Layer] Support batch computation for l2norm layer
2023-04-04 Jiho Chu[DEBUG] Add interface for getting execution order
2023-04-04 Seungbaek Hong[activation] add swish activation function
2023-04-04 jijoong.moon[Memory Planner] Update the Memory Planner
2023-03-27 jijoong.moon[ Dataset ] Add Directory Dataset Producer
2023-03-21 jijoong.moon[ Trivial ] add more error infor
2023-03-17 jijoong.moon[Conv2d] Remove inter_result in conv2d layer
2023-03-17 jijoong.moon[ Tensor ] fix the dim type
2023-03-17 DongHak Park[Trivial] Typo Error
2023-02-23 Jiho Chu[Memory] Add apply gradient step
2023-02-09 hyeonseok lee[layer] rename variable names
2023-02-09 hyeonseok lee[layer] revise attention layers to apply softmax as...
2023-02-09 hyeonseok lee[activation] support softmax inplace
2023-01-27 Jiho ChuModify trace timing
2023-01-27 Jiho Chu[Utils] Add trace feature
2022-12-05 jijoong.moon[API] add ml_train_model_get_weight api
2022-11-18 hyeonseok lee[split layer] make a unittest to test split input dimen...
2022-11-18 hyeonseok lee[split_layer] enhance split layer to split input dimens...
2022-11-07 DonghakPark[compiler] Revisit tflite_interpreter for TF Lite Export
2022-11-07 DonghakPark[compiler] FullyConnevted Layer Weights Transpose for...
2022-10-31 DonghakPark[typo] Fix typo error
2022-09-30 hyeonseok lee[padding1d] change padding1d key to padding
2022-09-30 hyeonseok lee[lstm] make lstm_core as class
2022-09-07 hyeonseok lee[layer] convert throw to nntr_throw in layer finalize accepted/tizen/unified/20220919.021604
2022-09-07 hyeonseok lee[layer normalization] implement layer normalization
2022-09-07 hyeonseok lee[unittest] generate positional encoding unittest
2022-09-07 hyeonseok lee[positional encoding] implement positional encoding...
2022-09-07 hyeonseok lee[multi_head_attention] implement calcDerivative, calcGr...
2022-09-07 hyeonseok lee[multi head attention] implement calcCommonDerivative
2022-09-07 hyeonseok lee[multi head attention] implement forwarding
2022-09-06 hyeonseok lee[multi head attention] implement finalize
2022-08-24 jijoong.moon[ LSTM ] Optimize LSTM Gradient calculation
2022-08-23 hyeonseok lee[multi head attention] Added multi head attention scaffold
2022-08-22 jijoong.moon[ Layer ] pallelizaiton along batch for polling forward...
2022-08-22 jijoong.moon[ LAYERS ] LSTM : parallelization along batch direction...
2022-08-22 hyunil park[Property] Remove if-else statement in DroupOutRate...
2022-08-05 jijoong.moon[ Activation ] improve tanh compuataion
2022-08-05 jijoong.moon[ Layer ] Conv2d Gradient Computation with Multi-Threads
2022-07-20 hyeonseok lee[conv] support causal padding in conv1d
2022-07-19 jijoong.moon[ Layers ] paralleize Forwarding of conv2d
2022-07-19 hyeonseok lee[trivial] fix ahub issue
2022-07-18 jijoong.moon[ Utils ] create NNTrThread Features
2022-07-18 jijoong.moon[ Layers ] Add Parallelization along batch direction
2022-07-11 hyeonseok lee[conv] support dilation property
2022-06-22 hyeonseok lee[neuralnet] check tflite interpreter is enabled when...
2022-06-13 hyeonseok lee[layer] fix typo
2022-06-08 hyeonseok lee[bug_fix] bug fix zoneout lstmcell layer
2022-05-31 Jiho Chu[Utils] Add Memory profile feature to Profiler
2022-05-19 seongwoo[ccapi] Add exports interface.
2022-05-18 seongwoo[layers] flatten layer consider target_shape
2022-05-11 jijoong.moon[ CCAPI ] add copy model configuration & get/set Weight...
2022-05-11 hyeonseok lee[rnncell] implement multiout for rnncell
2022-05-09 hyeonseok lee[lstm] implement calcGradient for bidirectional lstm
2022-04-26 jijoong.moon[ Compiler ] Implement bn realizer with test
2022-04-21 hyeonseok lee[zoneout] enable zoneout only when used
2022-04-21 hyeonseok lee[grucell] remove temporary tensor
2022-04-21 hyeonseok lee[zoneout lstmcell] share zoneout mask tensors
2022-04-20 Parichay Kapoor[lr] Support step wise decay scheduler
next