platform/core/ml/nntrainer.git
2024-03-14 Donghyeon Jeong[TensorV2] Feature Scaling Functions
2024-03-14 skykongkong8[ Tensor ] Apply fallback blas operations in Tensor...
2024-03-14 skykongkong8[ Tensor ] Apply fallback blas operations in Tensor...
2024-03-14 skykongkong8[ Tensor ] Use ele_mul instead of std::transform with...
2024-03-14 skykongkong8[ BLAS ] Remove beta condition for fallback function...
2024-03-14 Donghyeon Jeong[TensorV2] Add utility member functions to TensorV2...
2024-03-13 Debadri Samaddar[build] Updated Android build script for OpenCl inclusion
2024-03-11 Donghyeon Jeong[TensorV2] Add functions to split and concatenate tensors
2024-03-11 skykongkong8[ bugfix ] Fix wrong input when hgemv_transpose
2024-03-08 Donghak PARK[Trivial/CI] sync cpp-linter version with clang-format
2024-03-07 Donghyeon Jeong[TensorV2] Average Tensor element by axes
2024-03-07 Debadri Samaddar[OpenCL] Reduced ifdef checks
2024-03-07 Debadri Samaddar[OpenCL] CI issues fixed for clang and doxygen
2024-03-07 Debadri Samaddar[OpenCL] Addressed review comments
2024-03-07 Debadri Samaddar[OpenCL] Added doxygen comments
2024-03-07 Debadri Samaddar[GPU] Added unit test for cl_context
2024-03-07 Debadri Samaddar[GPU] Added cl_context and compute engine information
2024-03-07 Debadri Samaddar[OpenCL]Refactored example tensor GPU ops
2024-03-07 Debadri Samaddar[OpenCL] enable-opencl flag added to build option
2024-03-07 Debadri Samaddar[GPU] Sum tensor signature updated for GPU operation
2024-03-07 Debadri Samaddar[GPU] Added OpenCL interface for OpenCL tensor operations
2024-03-07 Debadri Samaddar[OpenCL] OpenCL GPU wrappers added
2024-03-05 skykongkong8[ util ] Use proper STL in max element comparison
2024-03-05 skykongkong8[ util ] Implement exp_i function
2024-03-05 skykongkong8[ util ] Use max value in softmax function
2024-03-05 skykongkong8[ util ] Implement max function in util_simd
2024-03-05 skykongkong8[ util ] Implement softmax function in util_simd
2024-03-04 Donghyeon Jeong[TensorV2] Tensor element summation by axes feature
2024-03-04 Donghak PARK[util] Add numpy file reader
2024-03-04 Donghyeon Jeong[TensorV2] Create a mask of dropout, filter, and zoneout
2024-02-28 Donghyeon Jeong[Coverity] Fix the coverity issue
2024-02-27 Jiho Chu[Android] Fix for cxxflags
2024-02-27 Donghyeon Jeong[AVX] Added VCVT (between floating-point and integer...
2024-02-23 Jiho Chu[SPEC] support neon enable option
2024-02-23 Donghyeon Jeong[TensorV2] Add Transpose Support for Tensor
2024-02-23 skykongkong8[ TensorV2 ] Apply changes made from ele-wise SIMD...
2024-02-23 skykongkong8[ BLAS ] Fix beta comparing logic
2024-02-23 skykongkong8[ BLAS ] Consider NaN case of output vector
2024-02-23 skykongkong8[ bugfix/Tensor ] Wrong practice in elementwise vector...
2024-02-23 skykongkong8[ BLAS ] Implement ele_sub, ele_div functions
2024-02-23 skykongkong8[ BLAS ] Add ele_sub and ele_div function structure
2024-02-23 skykongkong8[ NEON ] Implement ele_sub, ele_div functions
2024-02-23 skykongkong8[ trivial ] Fix formula in function brief of elementwis...
2024-02-23 skykongkong8[ NEON ] Add ele_sub and ele_div function structure
2024-02-23 skykongkong8[ BLAS ] Add scalar multiplier in elementwise operations
2024-02-23 skykongkong8[ BLAS ] implement elementwise vector multiplication...
2024-02-23 skykongkong8[ trivial ] Add parenthesis at function in another...
2024-02-23 skykongkong8[ bug ] Specify unsigned int
2024-02-23 skykongkong8[ neon ] Remove unused variable
2024-02-23 skykongkong8[ test ] Add more test cases for half-precision GEMM...
2024-02-23 skykongkong8[ BLAS ] Enable multithreading in neon GEMM, GEMV
2024-02-23 Donghyeon Jeong[TensorV2] Subtraction support
2024-02-23 Donghyeon Jeong[TensorV2] Add dot product support
2024-02-20 Donghak PARK[CI] static prebuild_ci : from (nnstreamer)
2024-02-20 Donghyeon Jeong[Fix] Change floating point comparison
2024-02-20 Donghyeon Jeong[TensorV2] Add strided inputs and output
2024-02-20 Donghyeon Jeong[Test] TensorV2 addition unit test
2024-02-20 Donghak PARK[CI] Update labeler : Add READY2MERGE label
2024-02-19 skykongkong8[ util ] Fix build script
2024-02-16 skykongkong8[ input_gen ] Modify genLayerTest to pass PyLint
2024-02-16 skykongkong8[ unittest ] Verify addition layer with fp16
2024-02-15 Donghyeon Jeong[Test] TensorV2 division unit test
2024-02-14 Donghyeon Jeong[TensorV2] Add tensor gauss error function
2024-02-14 Donghyeon Jeong[TensorV2] Add tensor power function
2024-02-14 Donghyeon Jeong[Test] strided tensor multiplication unit test
2024-02-14 skykongkong8[ rename/neon ] elementwise_* function to its abbreviation
2024-02-14 skykongkong8[ rename/neon ] Get rid of redundant 's' naming convention
2024-02-14 skykongkong8[ rename/neon ] Delete '_neon' from neon related functions
2024-02-12 Donghyeon Jeong[TensorV2] Addition support
2024-02-12 skykongkong8[ bug ] Fix meson argument
2024-02-12 Donghak PARK[CI] Update cpp-linter ci (false file-annotations)
2024-02-08 Donghyeon Jeong[trivial] fix incorrect clang-format in blas_interface.cpp
2024-02-08 Donghyeon Jeong[blas] Optimize gemv and gemm for float16 data type
2024-02-08 Donghak PARK[CI] Add pylintrc for ignore tensorflow import error
2024-02-08 Donghak PARK[CI] Update Pylint - pip install with requirements.txt
2024-02-08 Donghyeon Jeong[TensorV2] Add subtraction operation structure
2024-02-08 Donghyeon Jeong[Trivial] fix doxygen doc
2024-02-07 Donghyeon Jeong[TensorV2] Division support
2024-02-07 Donghyeon Jeong[TensorV2] Add division operation structure
2024-02-06 skykongkong8[ bug ] Use fp16 when apply sqrt_i
2024-02-06 skykongkong8[ Tensor ] copyData to fp16 from fp32
2024-02-05 Eunju Yang[Coverity] Fix coverity issue
2024-02-05 Donghak PARK[Coverity] Fix coverity issue
2024-02-05 Donghyeon Jeong[TensorV2] Add addition operation structure
2024-02-05 Donghyeon Jeong[TensorV2] Multiply strided inputs and output
2024-02-05 Donghyeon Jeong[TensorV2] Additional functionality to access tensor...
2024-02-05 Donghyeon Jeong[bugfix] Fix the creation of SharedDataTensor
2024-02-02 Seungbaek Hong[Coverity] fix coverity issues
2024-02-02 SeoHyungjun[API] Add getVersion function
2024-02-02 SeoHyungjun[Ahub] Fix coverage issue
2024-02-02 Donghak PARK[CI] Update cpp-linter's option - extensions
2024-02-02 Donghyeon JeongReplace manual static cast with a helper struct used...
2024-02-02 Donghyeon Jeong[Test] TensorV2 multiplication unit test
2024-02-02 Donghyeon Jeong[TensorV2] Refactoring TensorBase pointer to shared_ptr
2024-02-02 MyungJoo HamUpdate fp16 build condition for armv7
2024-02-02 MyungJoo Hammeson script condition fix
2024-02-02 MyungJoo Hamblas_neon.cpp: unsigned int type mismatch
2024-02-02 MyungJoo Hamdist/Tizen: disable fp16 in Tizen
2024-02-02 skykongkong8[ Tensor ] Support non-contiguous case in sin, cos...
2024-02-02 skykongkong8[ Trivial ] Add exception in inv_sqrt_i function
next