[Utils] Add log timestamp type
[platform/core/ml/nntrainer.git] / nntrainer /
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
2022-08-19 jijoong.moon[Applicatin] Add profile for VGG
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-22 hyeonseok lee[profiler] restore precision
2022-06-16 jijoong.moon[ Recurrent ] property for dynamic time sequence
2022-06-14 jijoong.moon[ Tensor ] remove rank 2 limitation for dot op
2022-06-14 hyeonseok lee[unittest] added zoneout mask unittest
2022-06-13 hyeonseok lee[layer] fix typo
2022-06-08 hyeonseok lee[bug_fix] bug fix zoneout lstmcell layer
2022-05-31 Hyunil[Property] Modify error log
2022-05-31 Jiho Chu[Utils] Add Memory profile feature to Profiler
2022-05-30 JRazek[ccapi/nntrainer] Add getters for compiled, initialized...
2022-05-19 seongwoo[ccapi] Add exports interface.
2022-05-18 seongwoo[layers] flatten layer consider target_shape
2022-05-18 seongwoo[ Compiler ] add loss layer realizer
2022-05-16 hyeonseok lee[unittest] add negative unittest
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-11 hyeonseok lee[neuralnet] set epoch_idx to zero only if train from...
2022-05-11 hyeonseok lee[model] added getter for current epoch_idx
2022-05-11 hyeonseok lee[model] support stop training
2022-05-09 hyeonseok lee[lstm] implement calcGradient for bidirectional lstm
2022-04-26 jijoong.moon[ TEST ] add more test cases for batch normalization...
next