summaryrefslogtreecommitdiff
path: root/arm_compute
AgeCommit message (Expand)AuthorFilesLines
2020-01-23COMPMID-2772: Add support for QASYMM8_SIGNED in NEPoolingLayerManuel Bottini7-16/+89
2020-01-23COMPMID-2923 Integrate arm_gemm per channel quantizationMichalis Spyrou1-15/+37
2020-01-23COMPMID-3022 Fix NEON QASYMM8 Reduction OperationMichalis Spyrou2-0/+47
2020-01-22COMPMID-2819: Change PixelValue constructor to use int64_tMichalis Spyrou1-6/+6
2020-01-21COMPMID-2941 Add QAsymm8 and S32 support for ArgMinMax to CLMichalis Spyrou2-4/+12
2020-01-21COMPMID-2819: Fix const interface of IMemoryRegion.Georgios Pinitas4-9/+9
2020-01-17COMPMID-2985 change PoolingLayerInfo to structSang-Hoon Park3-51/+18
2020-01-16COMPMID-2994: Add support QASYMM8_SIGNED in NEComparisonOperationKernelmorgolock2-9/+9
2020-01-16COMPMID-2856 Add PrintLayer at graph levelGiorgio Arena11-11/+210
2020-01-16COMPMID-2766: Add support for QASYMM8_SIGNED in NEDepthwiseConvolutionLayerMichele Di Giorgio2-37/+38
2020-01-15COMPMID-2819: Retain layout in NEIm2ColKernelGeorgios Pinitas1-1/+2
2020-01-15COMPMID-2759 add support for QASYMM8_SIGNED to CLFullyConnectedLayerSang-Hoon Park1-5/+2
2020-01-14COMPMID-2991: Add support for QASYMM8_SIGNED in CL kernels/functions - part 2Michele Di Giorgio20-88/+70
2020-01-14COMPMID-2755: update CLConvolutionLayer's doxygen and test for QASYMM8_SIGNEDSang-Hoon Park1-4/+4
2020-01-14COMPMID-2760: add support for QASYMM8_SIGNED to CLGEMMConvolutionLayerSang-Hoon Park1-0/+10
2020-01-14COMPMID-2790: Add support for QASYMM8_SIGNED in CLGEMMLowpMatrixMultiplyCoreManuel Bottini5-22/+24
2020-01-14COMPMID-2994: Add support QASYMM8_SIGNED in NEElementwiseSquareDiffmorgolock1-6/+6
2020-01-14COMPMID-2769: Add support for QASYMM8_SIGNED in NEFullyConnectedLayerMichele Di Giorgio2-7/+41
2020-01-14COMPMID-2727: Add support for split sizes in NESplitKurtis Charnock1-33/+4
2020-01-13COMPMID-2728: Add support for split sizes in CLSplitKurtis Charnock3-33/+202
2020-01-13COMPMID-2819: Fix nightly build failure in bare metalMichalis Spyrou1-6/+6
2020-01-10COMPMID-2800: Add support for QASYMM8_SIGNED in NEDepthwiseConvolutionLayer3x...Michele Di Giorgio6-438/+387
2020-01-10COMPMID-2994: Add support QASYMM8_SIGNED in NEElementwiseMinmorgolock1-2/+2
2020-01-10COMPMID-2819: Retain layout during configuration for multiple functions.Georgios Pinitas5-3/+8
2020-01-10MLCE-139 add align_corners parameter handling to CLScaleSang-Hoon Park2-4/+8
2020-01-10COMPMID-2799 Add support for QASYMM8_SIGNED in NECastLuca Foschiani2-17/+19
2020-01-09COMPMID-2753: Add support for QASYMM8_SIGNED in CL kernels/functionsManuel Bottini58-186/+186
2020-01-09COMPMID-2994: Add support QASYMM8_SIGNED in NEElementwiseMaxmorgolock1-3/+3
2020-01-08MLCE-139 add align_corners parameter to NEScaleSang-Hoon Park5-13/+35
2020-01-06COMPMID-2757: Add support for QASYMM8_SIGNED in CLDepthwiseConvolutionLayerMichele Di Giorgio2-14/+14
2020-01-06COMPMID-2768: Add support for QASYMM8_SIGNED in CLElementWiseOperationsKurtis Charnock1-6/+6
2020-01-06COMPMID-2801: Add support for QASYMM8_SIGNED in NEDirectConvolutionLayerOutpu...Michele Di Giorgio2-20/+30
2019-12-20COMPMID-2773 [NE] add support for QASYMM8_SIGNED to QuantizationLayerSang-Hoon Park2-3/+1
2019-12-20COMPMID-2608: Enable quantization with multiplier greater than 1 on NEONMichele Di Giorgio4-60/+142
2019-12-20COMPMID-2816: Add support for QASYMM8_SIGNED in CLDepthwiseConvolutionLayer3x...Michele Di Giorgio2-12/+12
2019-12-20COMPMID-2807: Add support for QASYMM8_SIGNED in NEGEMMMatrixVectorMultiplyKernelMichele Di Giorgio1-4/+4
2019-12-20COMPMID-2819: Retain data layout in NESpaceToDepth and NEDepthToSpaceGeorgios Pinitas2-1/+2
2019-12-20COMPMID-2763 [CL] add support for QASYMM8_SIGNED to SoftmaxLayerSang-Hoon Park3-3/+14
2019-12-20COMPMID-2775 [NE] add support for QASYMM8_SIGNED to SoftmaxLayerSang-Hoon Park3-12/+50
2019-12-20COMPMID-2767 [NEON] add support for QASYMM8_SIGNED to DequantizationLayerSang-Hoon Park1-0/+24
2019-12-19COMPMID-2980 (Nightly) armv7a build failuresMichalis Spyrou6-37/+33
2019-12-19COMPMID-2819: Retain configuration step data layout to avoid side-effects.Pablo Tello1-0/+1
2019-12-19COMPMID-2819: Retain configuration step data layout to avoid side-effects.Georgios Pinitas3-0/+3
2019-12-13COMPMID-2811: QASYMM8_SIGNED support in NEPixelwiseMultiplication.Pablo Tello2-16/+16
2019-12-11COMPMID-2855: CLReduceMean throws error for invalid configsPablo Tello2-1/+37
2019-12-11COMPMID-2754: Add support for QASYMM8_SIGNED in NE kernels/functions.Georgios Pinitas57-124/+147
2019-12-11COMPMID-2841: Enable aarch32 buildsGeorgios Pinitas1-2/+2
2019-12-06COMPMID-2779: Add support for generating synthetic int8 graphs.Georgios Pinitas13-2/+78
2019-12-05COMPMID-2798 Add support for QASYMM8_SIGNED in NEArithmeticSubtractionMichalis Spyrou2-21/+22
2019-12-05COMPMID-2796: Add support for QASYMM8_SIGNED in NEActivationLayer and NEPRelu...Michalis Spyrou6-9/+179