platform/core/ml/nntrainer.git
2025-03-11 Seungbaek Hong[svace] fix some svace issues accepted/tizen_unified accepted/tizen_unified_x master tizen accepted/tizen/unified/20250312.145434 accepted/tizen/unified/x/20250312.134146
2025-03-11 Seungbaek Hong[tizen] fix coverity issues in appication
2025-03-06 Seungbaek Hong[tizen] fix coverity issues
2025-03-04 Seungbaek Hong[tizen] fix coverity issues in application
2025-02-19 Seungbaek Hong[tizen] set nnstreamer_trainer flag
2025-02-13 Seungbaek Hong[trivial] add header files
2025-02-11 skykongkong8[ coverity ] Fix coverity issue accepted/tizen/7.0/unified/20250213.155121
2025-02-11 hyeonseok[coverity] resolve exception handle issue
2025-02-11 Seungbaek Hong[Bug] fix memory leakage problem in inference mode
2025-02-11 Daekyoung Jung[Coverity] #1840581 catch std::bad_function_call
2025-02-11 Daekyoung Jung[Coverity] #1840519 Uncaught exception
2025-02-11 Daekyoung Jung[Coverity] #1839950 Catch uncaught exception
2025-02-11 Donghak PARK[Coverity] Fix Coverity issue at KNN Application
2025-02-11 Donghyeon Jeong[Coverity] resolve coverity issues
2025-02-11 Donghak PARK[Coverity] Fix Coverity issue on ini_interpreter (path...
2025-02-11 Eunju Yang[Coverity] Fix DIVIDE_BY_ZERO issue
2025-02-11 skykongkong8[ coverity ] Fix coverity issue
2025-02-07 Donghak PARK[Coverity] Fix Coverity issue at neuralnet destructor
2025-02-07 Eunju Yang[Coverity] Fix double_unlock issue in markFilled()
2025-02-07 Donghyeon JeongMemory Leak Fixes in NNTrainer
2025-02-07 jijoong.moon[UTIL] fix the bug in nntr parallel run
2024-09-11 Eunju Yang[ Tizen7.0 ] Include some headers in -dev header for... accepted/tizen/7.0/unified/20240925.162119
2024-09-05 Eunju Yang[ Tizen7.0 ] Include neuralnet.h in -dev header
2024-08-30 Donghyeon Jeong[bugfix] fix coverity issues release/tizen7.0 accepted/tizen/7.0/unified/20240830.164841
2024-08-29 Eunju Yang[Tizen7.0] Tizen7.0 Backporting
2024-08-29 jijoong.moon[ NNStreamer ] disable nnstreamer trainer
2024-08-29 jijoong.moon[ SPEC ] chagne fp16
2024-08-29 hyeonseok leetemporary code for layer initialization
2024-08-29 Donghak PARK[BUILD] Remove Flag and Add FLECIBLE PAGE Option
2024-08-29 Donghak PARK[BUILD] add APP_SUPPORT_FLEXIBLE_PAGE_SIZES
2024-08-29 Donghak PARK[BUILD] Add more 16k shared lib package option on Andro...
2024-08-29 jijoong.moon[ BUILD ] Add 16K shared lib package option for Android
2024-08-27 Debadri Samaddar[enhance] Using 64 bit for LayerKernel enum
2024-08-27 Donghyeon Jeong[Tensor] ShortTensor class with unsigned 16-bit integer
2024-08-26 skykongkong8[ blas/bugfix ] Fix irrelevant function call
2024-08-24 Donghyeon Jeong[bugfix] Resolve fp16 enabled build error
2024-08-22 skykongkong8[ Tensor ] Remove CBLAS params from Tensor related...
2024-08-22 jijoong.moon[ CAPI ] fix the Native API Ref Doc
2024-08-19 Donghyeon Jeong[coverity] fix coverity issue
2024-08-19 Thummala Pallavi[GPU/OPENCL] RMSNorm Accuracy Fix
2024-08-16 Donghyeon Jeong[Layer] enhance ConcatLayer algorithms for efficient...
2024-08-16 Donghyeon Jeong[Tensor] Add optional output tensor for tensor concaten...
2024-08-16 Donghyeon Jeong[Android] Support Android NDK r27 and higher
2024-08-12 Donghyeon Jeong[Layer] Improve forwarding logic of ConcatLayer
2024-08-09 Donghyeon Jeong[Tensor] CharTensor class with signed 8-bit integer
2024-08-09 skykongkong8[ matrix_transpose/bugfix ] Prevent reading/saving...
2024-08-09 skykongkong8[ hgemm ] Generalize redundant micro hgemm kernel imple...
2024-08-09 Seungbaek Hong[Layer] add Weight Layer
2024-08-09 skykongkong8[ hgemm ] Apply hgemm util funcs at frequently used...
2024-08-09 skykongkong8[ trivial ] Add missing docs and error message
2024-08-09 skykongkong8[ hgemm ] Add hgemm experimental kernel
2024-08-09 skykongkong8[ hgemm ] Implement hgemm_small
2024-08-05 Donghyeon Jeong[refactor] Restructure getStringDataType function
2024-08-05 Donghyeon Jeong[Tensor] Update tensorbase for efficient creation of...
2024-08-01 Niket AgarwalBUG FIX : Concat GPU Layer and CPU layer unittest cases...
2024-08-01 Donghyeon Jeong[Doc] NNTrainer Tool Utilization Guide
2024-08-01 Donghyeon Jeong[Android] Verify Android NDK Installation and Configuration
2024-08-01 Donghyeon Jeong[doc] Extend code documentation
2024-07-31 Niket Agarwal[GPU/OpenCL] Initial version of Concat Layer with OpenC...
2024-07-30 skykongkong8[ unittest ] Implement max_componentwise_relative_error
2024-07-30 skykongkong8[ unittest ] Use bounded value generator in hgemm unittests
2024-07-30 skykongkong8[ unittest ] Add TCs for checking padding-using GEMM
2024-07-30 skykongkong8[ hgemm ] Implement NYI functions from matrix A/B hgemm...
2024-07-30 skykongkong8[ hgemm ] Implement matrix noTrans A w.r.t. MK padding
2024-07-30 skykongkong8[ trivial ] Fix typo and add missing doxygen tags
2024-07-30 skykongkong8[ hgemm ] Move hgemm_padding related files to explicit...
2024-07-30 skykongkong8[ hgemm ] Remove unnecessary K1 GEMM functions
2024-07-30 skykongkong8[ hgemm/refactor ] Refactor hgemm file structure
2024-07-30 skykongkong8[ unittest ] Add TC for K=1 hgemm case
2024-07-30 skykongkong8[ trivial/hgemm ] Move hgemm_K1 to hgemm directory
2024-07-30 skykongkong8[ trivial ] Add doxygen tags for hgemm padding functions
2024-07-30 skykongkong8[ hgemm ] Implement packing-blocking-kernel sequence...
2024-07-30 skykongkong8[ hgemm ] Separate source / header files for hgemm...
2024-07-30 skykongkong8[ Trivial/bugfix ] Add missing library to include
2024-07-30 skykongkong8[ hgemm ] Implement matrix padding function
2024-07-26 MyungJoo Hamfix: incorrect C/C++ preprocessor macro
2024-07-26 Donghyeon Jeong[bugfix] Resolves Android build warnings
2024-07-26 Donghyeon Jeong[bugfix] Android build error when fp16 is enabled
2024-07-26 Donghyeon Jeong[Tensor] Operational Improvements and Functionality...
2024-07-26 Donghyeon Jeong[Tensor] Update newly added features
2024-07-26 Donghyeon Jeong[bugfix] Fix issues occured in Tensor class refactoring
2024-07-26 Donghyeon Jeong[Refactor] Deprecate TensorV2 and replace Tensor class...
2024-07-25 Eunju Yang[Application] Bug fix in RL example
2024-07-24 Donghyeon Jeong[Android] Add android test script
2024-07-24 Donghyeon Jeong[trivial] remove unnecessary code
2024-07-18 SeoHyungjun[Layer] Add missing activation types
2024-07-17 skykongkong8[ util ] Change name swish -> swiglu
2024-07-17 Donghyeon Jeong[bugfix] Resolves Android build warnings
2024-07-17 Seungbaek Hong[meson] fix typo error and add encoder option
2024-07-12 MyungJoo HamRemove dangerous dummy meson dep
2024-07-11 Seungbaek Hong[Layer] add tanh-based approximate gelu activation...
2024-07-10 Debadri Samaddar[build] Added third party to include directories
2024-07-10 ThummalaPallavi[GPU/OpenCL] Initial version of RMSNorm Layer
2024-07-06 MyungJoo HamREADME: add openssf best practice badge.
2024-07-05 jijoong.moon[ CI ] modify android build test in action
2024-07-04 Debadri Samaddar[blas/opencl] SGEMM OpenCL kernels added
2024-07-04 Yash Singh[GPU/OpenCL] Moving Addition kernel to Tensor Directory
2024-07-04 Niket Agarwal[BUG FIX] Swiglu fp16 GPU Layer test filename mismatch
2024-07-03 Niket Agarwal[GPU/OpenCL] Initial version of Reshape Layer with...
2024-07-03 hyeonseok[layer] added start/end dimension in flatten layer
next