aboutsummaryrefslogtreecommitdiff
path: root/src/core/NEON/kernels
AgeCommit message (Expand)Author
2020-06-04COMPMID-3164: Remove padding from NEUpsampleLayerKernelManuel Bottini
2020-06-02COMPMID-3363: Create ScaleKernelInfoSang-Hoon Park
2020-06-02COMPMID-3167: Remove padding from NEROIPoolingLayerKernel and NEROIAlignLayer...Manuel Bottini
2020-06-01COMPMID-2395: Add support for U8 datatype to CropResize on NEONMichele Di Giorgio
2020-05-28move ndrange.hpp header into arm_compute directoryVincent ABRIOU
2020-05-26COMPMID-3499: Fix integer overflow for large GEMM on NEONSang-Hoon Park
2020-05-20COMPMID-3460: Refactor NEElementwiseUnaryKernelMichalis Spyrou
2020-05-20COMPMID-3176: Remove padding from NEArithmeticSubtractionKernelMichalis Spyrou
2020-05-20COMPMID-3461: Remove boolean template from NEArithmeticAdditionMichalis Spyrou
2020-05-20COMPMID-3496: Fix for GEMM_INTERLEAVE_2DGian Marco Iodice
2020-05-13COMPMID-3483: Refactor NEDepthwiseConvolutionLayerNativeKernelMichalis Spyrou
2020-05-13COMPMID-3108: Add Winograd 3x3,4x4 FP16 support for NEONGeorgios Pinitas
2020-05-13COMPMID-3463 Refactor NECropKernelMichalis Spyrou
2020-05-13COMPMID-3464: Address NESoftmaxLayer failures for QASYMM8_SIGNEDGeorgios Pinitas
2020-05-12IVGCVSW-4744 CTS: RandomGraphTest LargeGraph failures in CpuAcc HAL 1.2 and 1.3Sadik Armagan
2020-05-11COMPMID-3467: Zero-initialize std::array in ndrange.hppGeorgios Pinitas
2020-05-10[ONCPUML-7] arm_compute support for ND parallelismJoseph Dobson
2020-05-05COMPMID-3443: Android R CTS 1.3 QASYMM8_SIGNED failure with MEAN on CpuAccManuel Bottini
2020-05-05COMPMID-3444: Fix CpuAcc Hal 1.3 PRelu failure issueSheri Zhang
2020-05-05MLCE-166: Add support for extracting indices in NEPoolingLayer 2x2 NHWCmorgolock
2020-05-04COMPMID-3441: Nightly failed due to NEScale QASYMM8_SIGNED output wrong resultMichele Di Giorgio
2020-05-01COMPMID-3379: Add support for QASYMM8_SIGNED in NEScaleSheri Zhang
2020-05-01IVGCVSW-4743: Fix CpuAcc Hal 1.3 Comparison FailuresMichele Di Giorgio
2020-05-01COMPMID-3069: Allow different quantization info in NEElementwiseMin/MaxMichele Di Giorgio
2020-04-26COMPMID-3240: Add support for layer normalization to CLQLSTMLayerSheri Zhang
2020-04-22COMPMID-3069: Requantize in int32_t in RELUs of NEActivationLayerKernelMichele Di Giorgio
2020-04-22COMPMID-3241: Add Layer Normalization to NEQLSTMLayerSang-Hoon Park
2020-04-21COMPMID-3069: Fix QASYMM8_SIGNED RELUs in NEActivationLayerKernelMichele Di Giorgio
2020-04-20COMPMID-3237: Implement NEQLSTMLayerMichele Di Giorgio
2020-04-07COMPMID-2765 Add support for QASYMM8_SIGNED in NEDeconvolutionLayerLuca Foschiani
2020-04-07COMPMID-3281: Implement QSYMM16 Layer Normalization for NEON QLSTMSang-Hoon Park
2020-04-03COMPMID-3313: Failed to compile master using gcc 8.1.1Michalis Spyrou
2020-04-01MLCE-166: Add support for extracting indices in NEPoolingLayer 2x2 NCHWmorgolock
2020-04-01COMPMID-3237: Add support for QSYMM16 into S32 NEPixelwiseMultiplicationKernelMichele Di Giorgio
2020-03-27COMPMID-3237: Add support for QSYMM16 ArithmeticSubtraction on NEONMichele Di Giorgio
2020-03-26COMPMID-2966 Add support for QASYMM8_SIGNED in NEGEMMLowpQuantizeDownInt32ToU...Luca Foschiani
2020-03-23COMPMID-3175: Remove padding from NEBoundingBoxTransformKernelMichalis Spyrou
2020-03-19COMPMID-3158: Remove padding from NEWidthConcatenateLayerKernelMichalis Spyrou
2020-03-19COMPMID-3185: Remove padding from NEHeightConcatenateLayerKernelMichalis Spyrou
2020-03-16COMPMID-3237: Extend GEMMLowpReduction kernels to multiply reductions by a sc...Michele Di Giorgio
2020-03-12COMPMID-3160: Add Bfloat16 support in NEGEMMConvolutionLayerGeorgios Pinitas
2020-03-11COMPMID-3069: Remove unnecessary uses of ToolchainSupport.hMatthew Bentham
2020-03-10COMPMID-3069: Improve build time by splitting up ToolchainSupport.hMatthew Bentham
2020-03-10COMPMID-3259: Fix scalar register allocationGeorgios Pinitas
2020-03-10COMPMID-3203: Fix build failure with GCC 9.2Georgios Pinitas
2020-03-06COMPMID-3156: Remove padding from NEDepthConcatenateLayerKernelMichalis Spyrou
2020-03-06COMPMID-3179: Remove padding from NEBatchConcatenateLayerKernelMichalis Spyrou
2020-03-05COMPMID-3152: Initial Bfloat16 supportGeorgios Pinitas
2020-03-05COMPMID-3079: Implement Hard-Swish in NEONmorgolock
2020-03-02COMPMID-3097 Fuse activation with fully connected layer CLGiorgio Arena