index
:
platform/upstream/armcl
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_unified
master
sandbox/chunseok.lee/19.05
sandbox/chunseok.lee/v21.02
sandbox/inki.dae/19.02
sandbox/inki.dae/19.11.1.kernel_cache_feature
sandbox/inki.dae/v18.03
sandbox/inki.dae/v18.05
sandbox/inki.dae/v18.08
sandbox/inki.dae/v18.11
sandbox/inki.dae/v19.08
sandbox/inki.dae/v19.11
sandbox/inki.dae/v19.11.1
sandbox/inki.dae/v20.02
sandbox/inki.dae/v20.05
sandbox/inki.dae/v20.11
sandbox/inki.dae/v21.02
sandbox/kparichay/v19.11
sandbox/nmerinov/llvm
tizen
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_devel
Domain: Machine Learning / ML Framework; Licenses: MIT;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Android.bp
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-10
Decouple CpuPoolingKernel data type and data layout
Sheri Zhang
1
-0
/
+5
2021-02-09
Make Softmax kernels and operator stateless
Michalis Spyrou
1
-1
/
+2
2021-02-09
Integrate MLGO into CLGEMM and CLGEMMLowpMatrixMultiplyCore: Part3
SiCong Li
1
-0
/
+1
2021-02-09
Integrate MLGO into CLGEMM and CLGEMMLowpMatrixMultiplyCore: Part1
SiCong Li
1
-0
/
+1
2021-02-08
Make memset/copy functions state-less
Sheri Zhang
1
-5
/
+11
2021-02-08
Make NEON Pooling kernels and functions state-less
Michele Di Giorgio
1
-3
/
+4
2021-02-03
Make CL Pooling kernels and functions state-less
Michele Di Giorgio
1
-1
/
+2
2021-02-02
Implement MLGO module
SiCong Li
1
-0
/
+4
2021-01-27
Make CL Elementwise Unary kernels and functions state-less
Michele Di Giorgio
1
-1
/
+3
2021-01-27
Make Gpu Elementwise Operations kernels and functions state-less
Michele Di Giorgio
1
-0
/
+1
2021-01-26
Make CLArithmeticSubtraction kernel and function state-less
Michele Di Giorgio
1
-0
/
+1
2021-01-26
Make CLArithmeticAddition kernel and function state-less
Michele Di Giorgio
1
-1
/
+2
2021-01-26
Rename functions/classes for elementwise unary operations
Sang-Hoon Park
1
-1
/
+2
2021-01-22
Rename functions/classes for elementwise operations
Sang-Hoon Park
1
-2
/
+3
2021-01-22
Fix Scale CTS failures
Sheri Zhang
1
-3
/
+0
2021-01-21
Make CLFloor and CLActivation kernels and functions state-less
Georgios Pinitas
1
-2
/
+4
2021-01-21
Make Sub kernel and operator stateless
Sheri Zhang
1
-1
/
+6
2021-01-20
Integrate improved pooling layer on NEON
Michele Di Giorgio
1
-0
/
+45
2021-01-20
Make all CL Concatenate kernels and functions state-less
Michele Di Giorgio
1
-6
/
+7
2021-01-19
Make memset/copy functions state-less
Georgios Pinitas
1
-4
/
+8
2021-01-19
Make Add kernel and operator stateless
Sheri Zhang
1
-9
/
+10
2021-01-18
Make Concatenate kernels and operator stateless
Georgios Pinitas
1
-4
/
+5
2021-01-12
Add SVE support and decouple data type for NEScaleKernel
Sheri Zhang
1
-0
/
+10
2021-01-11
Make CpuActivation stateless
Georgios Pinitas
1
-14
/
+15
2021-01-08
Make CpuFloorKernel kernel stateless
Georgios Pinitas
1
-3
/
+4
2021-01-08
Generalization of CLTuner
Manuel Bottini
1
-1
/
+1
2021-01-05
COMPMID-3874: Create ArithmeticAddition SVE/SVE2
Michalis Spyrou
1
-0
/
+8
2020-12-24
COMPMID-3871: Create BatchNormalization SVE/SVE2
Sheri Zhang
1
-0
/
+4
2020-12-14
COMPMID-3870: Create ActivationLayer SVE/SVE2
Michalis Spyrou
1
-7
/
+12
2020-12-11
Remove (CL/NE)UpsampleLayer in favor to (NE/CL)Scale
Georgios Pinitas
1
-4
/
+0
2020-12-10
COMPMID-3921: Remove OpenCL Padding CLBitwiseKernel
Manuel Bottini
1
-4
/
+1
2020-12-10
Remove (NE/CL)YoloLayer support
Georgios Pinitas
1
-4
/
+0
2020-12-08
Wrap Flatten layer over reshape
Georgios Pinitas
1
-2
/
+0
2020-12-08
Remove (NE/CL)ComputeAllAnchors function
Georgios Pinitas
1
-2
/
+0
2020-12-07
Remove support for NEIm2Col, NECol2Im, NEGEMMInterleave4x4, NEGEMMTranspose1xW
Georgios Pinitas
1
-4
/
+0
2020-12-03
Rename the files and classes required by the OpenCL GEMM heuristic
SiCong Li
1
-10
/
+10
2020-12-02
Remove support for (NE/CL)LocallyConnectedLayer
Georgios Pinitas
1
-4
/
+0
2020-12-02
Remove unused CLGEMMMatrixVectorMultiplyKernel
Georgios Pinitas
1
-1
/
+0
2020-11-18
COMPMID-3961: Add Logical OR/AND/NOT operator on CL
Sang-Hoon Park
1
-0
/
+3
2020-11-17
COMPMID-3962: Add Logical And, Or, Not support on NEON
Georgios Pinitas
1
-0
/
+2
2020-11-17
COMPMID-3771: Fixed implicit-fallthrough warning
morgolock
1
-1
/
+2
2020-11-12
COMPMID-3776: Indirect GEMM
Georgios Pinitas
1
-63
/
+66
2020-11-04
COMPMID-3599: Remove arm_compute/core/NEON from Android.bp script
Michele Di Giorgio
1
-1
/
+0
2020-10-29
COMPMID-3853: Decouple NEActivationLayer
Michalis Spyrou
1
-0
/
+5
2020-10-21
COMPMID-3599: Add moved folders to Android build file
Georgios Pinitas
1
-2
/
+4
2020-10-20
COMPMID-3637: Move utility headers from arm_compute to src
Sang-Hoon Park
1
-0
/
+2
2020-10-14
COMPMID-3829: Create CLGEMMLowpQuantizeDownInt32ScaleByFixedPointKernel and r...
Michele Di Giorgio
1
-3
/
+1
2020-10-08
COMPMID-3684: Use case data type decoupling
Georgios Pinitas
1
-0
/
+2
2020-09-08
COMPMID-3151: Remove NEDepthwiseConvolutionLayer3x3Kernel
Georgios Pinitas
1
-1
/
+0
2020-08-25
COMPMID-3661: Added multidimension support to OMP scheduler.
morgolock
1
-0
/
+1
[next]