[Memory Planner] Update the Memory Planner
[platform/core/ml/nntrainer.git] / nntrainer /
2023-04-04 jijoong.moon[Memory Planner] Update the Memory Planner
2023-03-27 jijoong.moon[Execution Order] Set exectuion order properly for...
2023-03-27 jijoong.moon[Planner] Add Weight Gradient Planning
2023-03-27 Jiho Chu[Tensor] Remove calcGrad step for trainable layer
2023-03-27 jijoong.moon[ Dataset ] Add Directory Dataset Producer
2023-03-22 hyeonseok lee[tensor] split tensor by given sizes
2023-03-22 Seungbaek Hong[WIP][ahub] fix ahub issue
2023-03-21 jijoong.moon[ Trivial ] add more error infor
2023-03-20 DongHak Park[Flatbuffer] Add flatbuffer_opnode
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-03-17 DongHak Park[FlatBuffer] Add nntrainer_schema.fbs
2023-03-16 hyeonseok lee[ahub] fix ahub issue
2023-03-12 Jiho Chu[NEURALNET] Refine forwarding operation
2023-03-10 hyeonseok leereplace strerror with strerror_r
2023-02-27 DongHak Park[Flatbuffer] Create flatbuffer_interpreter.h
2023-02-23 Jiho Chu[FIX] fix for tflite interpreter option
2023-02-23 Jiho Chu[FIX] delete unnecessary include
2023-02-23 Jiho Chu[TRACE] Add apply gradient trace point
2023-02-23 Jiho Chu[Memory] Add apply gradient step
2023-02-22 Seungbaek Hong[Trivial] Fix svace and coverity issue
2023-02-09 Jiho Chu[SWAP] Implement lookahead behavior
2023-02-09 Jiho Chu[SWAP] Add lokkahead property
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-02-07 Jiho Chu[Memory] Reorder execution order for trainable
2023-02-07 Jiho Chu[Tensor] Remove calcGrad step for trainable layer
2023-02-01 Jiho Chu[SWAP] modify swap policy
2023-02-01 Jiho Chu[Utils] Add log timestamp type
2023-02-01 SeoHyungjun[Graph] Fix cend function
2023-01-31 Jiho Chu[SWAP] Add cache loader class
2023-01-31 Jiho Chu[Profile] Add cache policy column
2023-01-31 Jiho Chu[SWAP] Add memory swap policy
2023-01-31 Jiho Chu[SWAP] extract CacheElem class to new file
2023-01-31 Jiho Chu[SWAP] task executor: Remove stop and clean feature
2023-01-27 Jiho ChuModify trace timing
2023-01-27 Jiho Chu[Utils] Add trace feature
2023-01-25 SeoHyungjun[Trivial] Modify for code consistency
2023-01-18 Seungbaek Hong[trivial] modify flatten_realizer script for consistent...
2023-01-18 hyeonseok lee[layer] enable identity layer to support inplace
2022-12-22 Seungbaek Hong[model] Change the default value of parameter in infere...
2022-12-22 DonghakPark[FlatBuffers] Update Tensorflow Lite FlatBuffer Schema
2022-12-22 hyeonseok lee[swap_device] change lseek return type from int to...
2022-12-22 Seungbaek Hong[utils] add getLocaltime function
2022-12-22 SeoHyungjun[Trivial] Fix svace issue
2022-12-09 SeoHyungjun[typo] Fix typo
2022-12-05 Jiho Chu[SWAP] Add load/unload methods to cachepool
2022-12-05 jijoong.moon[API] add ml_train_model_get_weight api
2022-12-01 Seungbaek Hong[utils] Add getRealpath function
2022-11-30 Jiho Chu[Tensor] Add TaskExecutor class
2022-11-30 Jiho Chu[Tensor] Add Task class
2022-11-30 hyeonseok lee[ln] optimize layer normalization layer input memory
2022-11-30 hyunil park[Logger] Modify initialization error message of logger...
2022-11-24 SeoHyungjun[Trivial] Fix coverity issue
2022-11-24 SeoHyungjun[Trivial] Fix svace issues
2022-11-23 hyeonseok lee[tensor] Add default delete on tensor map
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-08 Jiho Chu[TENSOR] modified for CachePool test
2022-11-07 DonghakPark[compiler] Revisit tflite_interpreter for TF Lite Export
2022-11-07 DonghakPark[compiler] Revisit FullyConnected Layer Weights Transpo...
2022-11-07 DonghakPark[compiler] FullyConnevted Layer Weights Transpose for...
2022-11-07 seongwoo[compiler] Revisit tflite interpreter
2022-11-03 Jiho Chu[Profile] Add annotate for memory profiling
2022-11-03 Jiho Chu[Context] Propergate property to model
2022-10-31 DonghakPark[typo] Fix typo error
2022-10-26 DonghakPark[fix] fix coverity_tizen issue
2022-10-23 hyeonseok lee[unittest] refine unittest
2022-10-23 DonghakPark[typo] Fix typo error
2022-10-23 Jiho Chu[Tensor] Add constructor for user swap path
2022-10-23 Jiho Chu[Model] Add memory swap path property
2022-10-19 hyeonseok lee[memory] extract MemoryData class from memory_pool...
2022-10-14 hyeonseok lee[neuralnet] check stop_cb by every layer
2022-10-13 Jiho Chu[Property] Add memory_swap property
2022-10-13 Jiho Chu[Memory] Implement memory pool for swap device
2022-10-13 Jiho Chu[Tensor] Add swap device
2022-10-13 Jiho Chu[Memory] Add cache pool
2022-10-04 hyeonseok lee[trivial] fix ahub issues
2022-09-30 hyeonseok lee[padding1d] change padding1d key to padding
2022-09-30 hyeonseok lee[neuralnet] add log about training
2022-09-30 Jiho Chu[Profile] Add memory statiscs & annotation
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] added unittest
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-31 DonghakPark[Trivial] Fix Typo
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-19 hyeonseok lee[neuralnet] adjust epoch_idx when stop_cb is called
next