projects
/
platform
/
core
/
ml
/
nntrainer.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/core/ml/nntrainer.git
2024-02-01
Donghyeon Jeong
[coverity] Fix coverity issues
commit
|
commitdiff
|
tree
|
snapshot
2024-02-01
Jiho Chu
[FIX] Fix coverity issues
commit
|
commitdiff
|
tree
|
snapshot
2024-01-31
hyeonseok lee
[bug] fix coverity issues
commit
|
commitdiff
|
tree
|
snapshot
2024-01-29
Donghak PARK
[CI] Rename laber & upgrade node version & add workflow...
commit
|
commitdiff
|
tree
|
snapshot
2024-01-29
Donghyeon Jeong
[TensorV2] Multiplication support
commit
|
commitdiff
|
tree
|
snapshot
2024-01-29
MyungJoo Ham
blas_neon: fix compiler errors in aarch64/Linux
commit
|
commitdiff
|
tree
|
snapshot
2024-01-29
Donghak PARK
[CI] Add Pylint gitaction for gitaction ci
commit
|
commitdiff
|
tree
|
snapshot
2024-01-28
Donghyeon Jeong
[coverity] Remove no effect code
commit
|
commitdiff
|
tree
|
snapshot
2024-01-28
Donghak PARK
[Trivial] Add new member & update CODEOWNERS
commit
|
commitdiff
|
tree
|
snapshot
2024-01-28
Donghyeon Jeong
[TensorV2] multiply_strided() skeleton
commit
|
commitdiff
|
tree
|
snapshot
2024-01-28
Donghyeon Jeong
[Test] Generate TensorV2 in unit test
commit
|
commitdiff
|
tree
|
snapshot
2024-01-26
Donghak PARK
[CI] Add cpp file format checker
commit
|
commitdiff
|
tree
|
snapshot
2024-01-25
Donghak PARK
[CI] Add Clean meson build for gitaction ci
commit
|
commitdiff
|
tree
|
snapshot
2024-01-24
Donghyeon Jeong
[bugfix] Resolve segfault in tensor apply
commit
|
commitdiff
|
tree
|
snapshot
2024-01-24
Donghyeon Jeong
[TensorV2] Enable copying data from Tensor
commit
|
commitdiff
|
tree
|
snapshot
2024-01-24
Donghyeon Jeong
[TensorV2] Reshape functionality
commit
|
commitdiff
|
tree
|
snapshot
2024-01-24
Donghyeon Jeong
[TensorV2] Add support for applying operators with...
commit
|
commitdiff
|
tree
|
snapshot
2024-01-22
Eunju Yang
[DOCS] add instructions to create meson.build in how...
commit
|
commitdiff
|
tree
|
snapshot
2024-01-19
Donghyeon Jeong
[Tensor] Add broadcast support for operations
commit
|
commitdiff
|
tree
|
snapshot
2024-01-19
Donghyeon Jeong
[TensorV2] Multiplication operation skeleton
commit
|
commitdiff
|
tree
|
snapshot
2024-01-19
MyungJoo Ham
meson: do not force enable ml-api when it's not force...
commit
|
commitdiff
|
tree
|
snapshot
2024-01-19
Donghyeon Jeong
[Test] Enabled unit testing for TensorV2 class
commit
|
commitdiff
|
tree
|
snapshot
2024-01-19
skykongkong8
[ unittest ] Add unittest for inv_sqrt_i with fp16
commit
|
commitdiff
|
tree
|
snapshot
2024-01-18
MyungJoo Ham
util_simd: make typename consistent (__fp16 --> _FP16)
commit
|
commitdiff
|
tree
|
snapshot
2024-01-16
MyungJoo Ham
Use getDataType() instead of getTensorType().data_type
commit
|
commitdiff
|
tree
|
snapshot
2024-01-16
MyungJoo Ham
fix: multi-head-attention incorrect macro usage.
commit
|
commitdiff
|
tree
|
snapshot
2024-01-16
skykongkong8
[ util ] Implement swish function in util
commit
|
commitdiff
|
tree
|
snapshot
2024-01-16
skykongkong8
[ BLAS ] Refactor neon_mathfun
commit
|
commitdiff
|
tree
|
snapshot
2024-01-12
Donghyeon Jeong
[TensorV2] apply() function to apply a given function
commit
|
commitdiff
|
tree
|
snapshot
2024-01-12
Donghyeon Jeong
[Tensor] Added getters and setters for private members...
commit
|
commitdiff
|
tree
|
snapshot
2024-01-10
skykongkong8
[ layer ] Apply neon simd acceleration in rotary embedd...
commit
|
commitdiff
|
tree
|
snapshot
2024-01-10
skykongkong8
[ util ] Add util_simd file
commit
|
commitdiff
|
tree
|
snapshot
2024-01-10
Donghyeon Jeong
[Tensor] Fix comparison operator
commit
|
commitdiff
|
tree
|
snapshot
2024-01-09
skykongkong8
[ BLAS ] Add inv sqrt inplace function
commit
|
commitdiff
|
tree
|
snapshot
2024-01-09
skykongkong8
[ Tensor ] Add trigonometric transformation functions...
commit
|
commitdiff
|
tree
|
snapshot
2024-01-09
skykongkong8
[ BLAS ] Add trigonometric transformation functions
commit
|
commitdiff
|
tree
|
snapshot
2024-01-09
Donghyeon Jeong
[Tensor] Support additional weight initialization
commit
|
commitdiff
|
tree
|
snapshot
2024-01-09
Donghyeon Jeong
[Tensor] Sum by axis in column-major order
commit
|
commitdiff
|
tree
|
snapshot
2024-01-08
Donghyeon Jeong
[Tensor] Comparison operator overloading
commit
|
commitdiff
|
tree
|
snapshot
2024-01-08
Donghyeon Jeong
[TensorDim] Add column-major storage order
commit
|
commitdiff
|
tree
|
snapshot
2024-01-03
Donghyeon Jeong
[FP16] Include HalfTensor when enable_fp16
commit
|
commitdiff
|
tree
|
snapshot
2024-01-03
Donghyeon Jeong
[Tensor] Enable additional constructors
commit
|
commitdiff
|
tree
|
snapshot
2023-12-27
Donghyeon Jeong
[Tensor] Support source tensor allocation
commit
|
commitdiff
|
tree
|
snapshot
2023-12-19
skykongkong8
[ Ahub ] Fix Ahub issues
commit
|
commitdiff
|
tree
|
snapshot
2023-12-13
Donghyeon Jeong
[Tensor] Resolve SrcSharedTensorV2 cyclic dependency
commit
|
commitdiff
|
tree
|
snapshot
2023-12-12
Donghyeon Jeong
[Tensor] Add Float/HalfTensor Implementation
commit
|
commitdiff
|
tree
|
snapshot
2023-12-12
jijoong.moon
[ API ] Add Tensor CPP API for Auto Grad
commit
|
commitdiff
|
tree
|
snapshot
2023-12-12
Donghyeon Jeong
[Util] Fix error in using fp16.h functions
commit
|
commitdiff
|
tree
|
snapshot
2023-12-07
Donghyeon Jeong
[Tensor] Add Tensor member functions
commit
|
commitdiff
|
tree
|
snapshot
2023-12-07
Donghak PARK
[Unit Test] Fix unittest_interpreter
commit
|
commitdiff
|
tree
|
snapshot
2023-12-06
Donghyeon Jeong
[Doc] Add TensorV2 class diagram
commit
|
commitdiff
|
tree
|
snapshot
2023-12-06
Donghyeon Jeong
[Tensor] Refactored TensorV2 class
commit
|
commitdiff
|
tree
|
snapshot
2023-12-06
Donghak PARK
[Unit Test] Add unittest_export for tflite export
commit
|
commitdiff
|
tree
|
snapshot
2023-12-06
Donghak PARK
[Unit Test] Remove tflite export related part in unitte...
commit
|
commitdiff
|
tree
|
snapshot
2023-12-06
Donghak PARK
[Unit Test] Update meson.build file to add export test
commit
|
commitdiff
|
tree
|
snapshot
2023-12-03
Donghyeon Jeong
[Tensor] Remove current TensorV2
commit
|
commitdiff
|
tree
|
snapshot
2023-12-01
Donghyeon Jeong
[Trivial] Edit author list
commit
|
commitdiff
|
tree
|
snapshot
2023-12-01
Donghyeon Jeong
[Tensor] Apply function for TensorV2
commit
|
commitdiff
|
tree
|
snapshot
2023-12-01
Donghyeon Jeong
[Tensor] TensorV2 class operator overloading
commit
|
commitdiff
|
tree
|
snapshot
2023-12-01
Donghyeon Jeong
[Tensor] Addition setter/getter for TensorV2
commit
|
commitdiff
|
tree
|
snapshot
2023-12-01
Donghyeon Jeong
[Tensor] Remove data type as input for Float/Half Tensor
commit
|
commitdiff
|
tree
|
snapshot
2023-11-28
Donghak PARK
[Trivial] Update gitignore file
commit
|
commitdiff
|
tree
|
snapshot
2023-11-28
Donghak PARK
[Exporter] Update node_exporter
commit
|
commitdiff
|
tree
|
snapshot
2023-11-28
Donghyeon Jeong
[Tensor] Initial Draft of Tensor Version 2
commit
|
commitdiff
|
tree
|
snapshot
2023-11-27
skykongkong8
[neon/bugfix] Fix ewva function
commit
|
commitdiff
|
tree
|
snapshot
2023-11-23
Donghyeon Jeong
[Ahub] Fix AnalysisHub defects
commit
|
commitdiff
|
tree
|
snapshot
2023-11-22
Donghyeon Jeong
[Tensor] Include Half Tensor when FP16 is enabled
commit
|
commitdiff
|
tree
|
snapshot
2023-11-22
Donghyeon Jeong
[Tensor] HalfTensor class for 16-bit floating point
commit
|
commitdiff
|
tree
|
snapshot
2023-11-22
hyunil park
[Sub-plugin] Refactoring sub-plugin class
commit
|
commitdiff
|
tree
|
snapshot
2023-11-14
Seungbaek Hong
[Application] Add multi_input dataloader example
commit
|
commitdiff
|
tree
|
snapshot
2023-11-14
Donghyeon Jeong
[Tensor] FloatTensor class for 32-bit floating point
commit
|
commitdiff
|
tree
|
snapshot
2023-11-07
skykongkong8
[trivial/bugfix] Add `inference_only_option` in multi_h...
commit
|
commitdiff
|
tree
|
snapshot
2023-11-06
skykongkong8
[gtest] Add test suites for multiHeadAttention with...
commit
|
commitdiff
|
tree
|
snapshot
2023-11-06
skykongkong8
[layer] Support fp16 in embedding layer
commit
|
commitdiff
|
tree
|
snapshot
2023-11-06
skykongkong8
[gtest] Add gtest data for embedding layer
commit
|
commitdiff
|
tree
|
snapshot
2023-11-06
skykongkong8
[gtest/trivial] Change notation in gtest: fp16fp16...
commit
|
commitdiff
|
tree
|
snapshot
2023-11-06
skykongkong8
[layer] Support fp16 in dropout layer
commit
|
commitdiff
|
tree
|
snapshot
2023-11-06
skykongkong8
[layer] Support fp16 in lstm layer
commit
|
commitdiff
|
tree
|
snapshot
2023-11-06
skykongkong8
[layer] Support fp16 in concat layer
commit
|
commitdiff
|
tree
|
snapshot
2023-11-03
Donghyeon Jeong
[Utils] Conversion to/from half-precision floating...
commit
|
commitdiff
|
tree
|
snapshot
2023-11-03
Donghyeon Jeong
[Tensor] Support multiple data types in copyData
commit
|
commitdiff
|
tree
|
snapshot
2023-11-03
Seungbaek Hong
[docs] add how-to-create-model document
commit
|
commitdiff
|
tree
|
snapshot
2023-11-02
Seungbaek Hong
[trivial] fix typo errors and delete duplicated script
commit
|
commitdiff
|
tree
|
snapshot
2023-11-01
skykongkong8
[TensorDim] Fix TensorDim constructor
commit
|
commitdiff
|
tree
|
snapshot
2023-11-01
Donghyeon Jeong
[bugfix] memory overwrite error fix in unittest_tizen_capi
commit
|
commitdiff
|
tree
|
snapshot
2023-11-01
skykongkong8
[blas/neon] Add copy function for fp32 and fp16
commit
|
commitdiff
|
tree
|
snapshot
2023-11-01
Seungbaek Hong
[Application] LLaMA weights converter for mha model
commit
|
commitdiff
|
tree
|
snapshot
2023-11-01
hyeonseok lee
[Application] fix deepq to make it run
commit
|
commitdiff
|
tree
|
snapshot
2023-11-01
hs0207.kim
implementation of nndetector
commit
|
commitdiff
|
tree
|
snapshot
2023-11-01
Donghyeon Jeong
[bugfix] Android ndk-build error fix
commit
|
commitdiff
|
tree
|
snapshot
2023-10-26
skykongkong8
[gtest] Fix gtest error assessing logic
commit
|
commitdiff
|
tree
|
snapshot
2023-10-26
skykongkong8
[bugfix] Fix Tensor save function when float16
commit
|
commitdiff
|
tree
|
snapshot
2023-10-26
skykongkong8
[neon] Support scopy for multiple dataTypes in neon
commit
|
commitdiff
|
tree
|
snapshot
2023-10-26
Donghak PARK
[TFLite] Revisit tflite_opnode.cpp
commit
|
commitdiff
|
tree
|
snapshot
2023-10-26
Donghak PARK
[TFLite] Revisit TF Lite Fusing Operation
commit
|
commitdiff
|
tree
|
snapshot
2023-10-24
skykongkong8
[bugfix] Fix applying erf function
commit
|
commitdiff
|
tree
|
snapshot
2023-10-24
jijoong.moon
[ Model ] Fix incremental output in FP32
commit
|
commitdiff
|
tree
|
snapshot
2023-10-20
Donghyeon Jeong
[Tensor] Optimize dequantize operation
commit
|
commitdiff
|
tree
|
snapshot
2023-10-20
Donghyeon Jeong
[Tensor] Read quantized tensor from binary file
commit
|
commitdiff
|
tree
|
snapshot
2023-10-20
jijoong.moon
[ Weight ] Add packed property and output axis in weigh...
commit
|
commitdiff
|
tree
|
snapshot
next