summaryrefslogtreecommitdiff
path: root/arm_compute
AgeCommit message (Expand)AuthorFilesLines
2020-03-27COMPMID-3284 add utilities for layer normalization of NEON QLSTMSang-Hoon Park2-2/+64
2020-03-26COMPMID-2966 Add support for QASYMM8_SIGNED in NEGEMMLowpQuantizeDownInt32ToU...Luca Foschiani5-126/+120
2020-03-25COMPMID-2968: Add support for QASYMM8_SIGNED in CLGEMMLowpQuantizeDownInt32To...Sheri Zhang4-31/+31
2020-03-25COMPMID-3098 Fuse Relu and Bounded Relu with FullyConnected NEONSiCongLi3-9/+21
2020-03-23COMPMID-2967 Add support for QASYMM8_SIGNED in CLGEMMLowpQuantizeDownInt32ToU...Luca Foschiani4-100/+99
2020-03-23COMPMID-3274: Add support for QASYMM8_SIGNED in CPPBoxWithNonMaximaSuppressio...Sheri Zhang1-7/+7
2020-03-19COMPMID-3273: Add support for QASYMM8_SIGNED in CPPDetectionPostProcessLayerSheri Zhang1-4/+4
2020-03-16COMPMID-3272: Add support for QASYMM8_SIGNED in CPPPermuteKernel/CPPPermuteSheri Zhang2-6/+6
2020-03-16COMPMID-3271: Add support for QASYMM8_SIGNED in CPPTopKVKernel/CPPTopKVSheri Zhang2-6/+6
2020-03-16COMPMID-3237: Extend GEMMLowpReduction kernels to multiply reductions by a sc...Michele Di Giorgio4-33/+74
2020-03-13COMPMID-3221: Add DeconvolutionLayerDescriptorSang-Hoon Park2-5/+20
2020-03-13COMPMID-3221: Add EltwiseLayerDescriptorSang-Hoon Park2-13/+30
2020-03-12COMPMID-2756: Add support for QASYMM8_SIGNED in CLDeconvolutionLayerSheri Zhang1-3/+3
2020-03-12COMPMID-3160: Add Bfloat16 support in NEGEMMConvolutionLayerGeorgios Pinitas6-30/+40
2020-03-11COMPMID-3221: (DATA_UPDATE) add graph example for EDSRSang-Hoon Park2-9/+13
2020-03-10COMPMID-3069: Improve build time by splitting up ToolchainSupport.hMatthew Bentham10-23/+15
2020-03-10COMPMID-3203: Fix build failure with GCC 9.2Georgios Pinitas1-130/+221
2020-03-09COMPMID-2789: Add support for QASYMM8_SIGNED in CLGEMMDeconvolutionLayerSheri Zhang2-23/+56
2020-03-09COMPMID-3069: Silence clang-8 warning wrt explicit default of deleted operatorMatthew Bentham5-25/+9
2020-03-09COMPMID-3069: Avoid usage of vld2q in NEDepthConvertGeorgios Pinitas1-5/+28
2020-03-09COMPMID-3225: Extend LSTMParams with parameters for Enhanced Quantized LSTMMichele Di Giorgio2-35/+162
2020-03-06COMPMID-3156: Remove padding from NEDepthConcatenateLayerKernelMichalis Spyrou1-2/+2
2020-03-06COMPMID-3179: Remove padding from NEBatchConcatenateLayerKernelMichalis Spyrou1-2/+2
2020-03-06COMPMID-2847: Fuse output stage in GEMMLowpMatrixMultiplyReshapedOnlyRHSMichele Di Giorgio3-35/+74
2020-03-05COMPMID-1181: Support for tracing configurationAnthony Barbier1-0/+134
2020-03-05COMPMID-3152: Initial Bfloat16 supportGeorgios Pinitas7-24/+139
2020-03-03COMPMID-3100 Fuse bias addition with fully connected layer NEONSiCong Li1-10/+4
2020-03-02COMPMID-2792: Add support for QASYMM8_SIGNED in CLGEMMLowpMatrixMultiplyResha...Sheri Zhang1-5/+5
2020-03-02COMPMID-3097 Fuse activation with fully connected layer CLGiorgio Arena5-109/+122
2020-03-02COMPMID-3165: Remove padding from NEYOLOLayerKernelMichalis Spyrou1-17/+7
2020-02-28COMPMID-3079: Implement Hard-Swish in NEON.morgolock1-1/+2
2020-02-26COMPMID-3067: Address gcc9 failuresGeorgios Pinitas4-45/+53
2020-02-26COMPMID-2788: Add support for QASYMM8_SIGNED in CLDirectDeconvolutionLayerSheri Zhang1-4/+8
2020-02-26COMPMID-2819: Delete move semantics from classes that use std::mutexGeorgios Pinitas9-45/+45
2020-02-26COMPMID-3034: Add NERequantizationLayerKernelManuel Bottini5-13/+78
2020-02-26COMPMID-3202: Add support for Valhall architecture in GEMMGian Marco Iodice9-30/+243
2020-02-26COMPMID-2774: Add support for QASYMM8_SIGNED in NEReductionOperation, NEReduc...Luca Foschiani7-12/+80
2020-02-21COMPMID-2758: Add support for QASYMM8_SIGNED in CLDirectConvolutionLayerSheri Zhang2-9/+11
2020-02-19COMPMID-3105: Update pad layer to PadV2Georgios Pinitas5-18/+31
2020-02-19COMPMID-2819: Add semantic versioningGeorgios Pinitas2-8/+55
2020-02-12Silence warnings related to "control reaches end of non-void function"Matthew Bentham1-2/+2
2020-02-12COMPMID-2819: Avoid overflows in pooling shape calculationGeorgios Pinitas1-2/+2
2020-02-07COMPMID-3046: Add CLRequantizationLayerKernelManuel Bottini2-4/+4
2020-02-07COMPMID-2762: Add support for QASYMM8_SIGNED in CLReductionOperation and CLRe...Michalis Spyrou3-9/+9
2020-02-05COMPMID-3083: Add graph support for PReluGeorgios Pinitas10-1/+164
2020-02-05COMPMID-2927: Add support for mixed precision inGeorgios Pinitas3-31/+54
2020-02-05COMPMID-2819: Enable PadLayer on NEON graph backend.Georgios Pinitas1-2/+2
2020-01-28COMPMID-2985 add data_layout to PoolingLayerInfoSang-Hoon Park1-7/+108
2020-01-27COMPMID-2819: Fix supported types in DepthwiseReshapeKernelMichalis Spyrou1-2/+2
2020-01-24COMPMID-2809 Added support for QASYMM8_SIGNED in NEUpsampleLayerLuca Foschiani2-32/+11