COMPMID-3280: Make all ML primitives for CL use the new interface - Part1 - Fix2
authorManuel Bottini <manuel.bottini@arm.com>
Tue, 21 Apr 2020 15:08:53 +0000 (16:08 +0100)
committerManuel Bottini <manuel.bottini@arm.com>
Wed, 22 Apr 2020 14:10:42 +0000 (14:10 +0000)
commit679fc96d8c1f8ce2a880f94a9b592f94bc472241
tree8e7a61b072a5bb69fa809c9642bc463761cc1653
parent9230e2789e421021804bc3a65cf47df4749b0765
COMPMID-3280: Make all ML primitives for CL use the new interface - Part1 - Fix2

- const fix in the CLKernels part 2

Change-Id: Ia12845e291b4137cbaf76eb8438e381c4fd0368a
Signed-off-by: Manuel Bottini <manuel.bottini@arm.com>
Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/3071
Reviewed-by: Michele Di Giorgio <michele.digiorgio@arm.com>
Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Tested-by: Arm Jenkins <bsgcomp@arm.com>
108 files changed:
arm_compute/core/CL/kernels/CLGEMMLowpMatrixMultiplyNativeKernel.h
arm_compute/core/CL/kernels/CLGEMMLowpMatrixMultiplyReshapedKernel.h
arm_compute/core/CL/kernels/CLGEMMLowpMatrixMultiplyReshapedOnlyRHSKernel.h
arm_compute/core/CL/kernels/CLGEMMLowpOffsetContributionKernel.h
arm_compute/core/CL/kernels/CLGEMMLowpOffsetContributionOutputStageKernel.h
arm_compute/core/CL/kernels/CLGEMMLowpQuantizeDownInt32ScaleByFloatKernel.h
arm_compute/core/CL/kernels/CLGEMMLowpQuantizeDownInt32ScaleKernel.h
arm_compute/core/CL/kernels/CLGEMMLowpQuantizeDownInt32ToInt16ScaleByFixedPointKernel.h
arm_compute/core/CL/kernels/CLGEMMLowpQuantizeDownInt32ToInt8ScaleByFixedPointKernel.h
arm_compute/core/CL/kernels/CLGEMMLowpQuantizeDownInt32ToUint8ScaleByFixedPointKernel.h
arm_compute/core/CL/kernels/CLGEMMLowpReductionKernel.h
arm_compute/core/CL/kernels/CLGEMMMatrixAccumulateBiasesKernel.h
arm_compute/core/CL/kernels/CLGEMMMatrixMultiplyKernel.h
arm_compute/core/CL/kernels/CLGEMMMatrixMultiplyNativeKernel.h
arm_compute/core/CL/kernels/CLGEMMMatrixMultiplyReshapedKernel.h
arm_compute/core/CL/kernels/CLGEMMMatrixMultiplyReshapedOnlyRHSKernel.h
arm_compute/core/CL/kernels/CLGEMMMatrixVectorMultiplyKernel.h
arm_compute/core/CL/kernels/CLGEMMReshapeLHSMatrixKernel.h
arm_compute/core/CL/kernels/CLGEMMReshapeRHSMatrixKernel.h
arm_compute/core/CL/kernels/CLGatherKernel.h
arm_compute/core/CL/kernels/CLGaussian3x3Kernel.h
arm_compute/core/CL/kernels/CLGaussian5x5Kernel.h
arm_compute/core/CL/kernels/CLGaussianPyramidKernel.h
arm_compute/core/CL/kernels/CLGenerateProposalsLayerKernel.h
arm_compute/core/CL/kernels/CLHOGDescriptorKernel.h
arm_compute/core/CL/kernels/CLHOGDetectorKernel.h
arm_compute/core/CL/kernels/CLHarrisCornersKernel.h
arm_compute/core/CL/kernels/CLHeightConcatenateLayerKernel.h
arm_compute/core/CL/kernels/CLHistogramKernel.h
arm_compute/core/CL/kernels/CLIm2ColKernel.h
arm_compute/core/CL/kernels/CLInstanceNormalizationLayerKernel.h
arm_compute/core/CL/kernels/CLIntegralImageKernel.h
arm_compute/core/CL/kernels/CLL2NormalizeLayerKernel.h
arm_compute/core/CL/kernels/CLLKTrackerKernel.h
arm_compute/core/CL/kernels/CLLocallyConnectedMatrixMultiplyKernel.h
arm_compute/core/CL/kernels/CLMagnitudePhaseKernel.h
arm_compute/core/CL/kernels/CLMeanStdDevKernel.h
arm_compute/core/CL/kernels/CLMeanStdDevNormalizationKernel.h
arm_compute/core/CL/kernels/CLMedian3x3Kernel.h
arm_compute/core/CL/kernels/CLMemsetKernel.h
arm_compute/core/CL/kernels/CLMinMaxLayerKernel.h
arm_compute/core/CL/kernels/CLMinMaxLocationKernel.h
arm_compute/core/CL/kernels/CLNonLinearFilterKernel.h
arm_compute/core/CL/kernels/CLNonMaximaSuppression3x3Kernel.h
arm_compute/core/CL/kernels/CLNormalizationLayerKernel.h
arm_compute/core/CL/kernels/CLNormalizePlanarYUVLayerKernel.h
arm_compute/core/CL/kernels/CLPadLayerKernel.h
arm_compute/core/CL/kernels/CLPermuteKernel.h
arm_compute/core/CL/kernels/CLPixelWiseMultiplicationKernel.h
arm_compute/core/CL/kernels/CLPoolingLayerKernel.h
arm_compute/core/CL/kernels/CLPriorBoxLayerKernel.h
arm_compute/core/CL/kernels/CLQLSTMLayerNormalizationKernel.h
arm_compute/core/CL/kernels/CLQuantizationLayerKernel.h
arm_compute/core/CL/kernels/CLROIAlignLayerKernel.h
src/core/CL/kernels/CLGEMMLowpMatrixMultiplyNativeKernel.cpp
src/core/CL/kernels/CLGEMMLowpMatrixMultiplyReshapedKernel.cpp
src/core/CL/kernels/CLGEMMLowpMatrixMultiplyReshapedOnlyRHSKernel.cpp
src/core/CL/kernels/CLGEMMLowpOffsetContributionKernel.cpp
src/core/CL/kernels/CLGEMMLowpOffsetContributionOutputStageKernel.cpp
src/core/CL/kernels/CLGEMMLowpQuantizeDownInt32ScaleByFloatKernel.cpp
src/core/CL/kernels/CLGEMMLowpQuantizeDownInt32ScaleKernel.cpp
src/core/CL/kernels/CLGEMMLowpQuantizeDownInt32ToInt16ScaleByFixedPointKernel.cpp
src/core/CL/kernels/CLGEMMLowpQuantizeDownInt32ToInt8ScaleByFixedPointKernel.cpp
src/core/CL/kernels/CLGEMMLowpQuantizeDownInt32ToUint8ScaleByFixedPointKernel.cpp
src/core/CL/kernels/CLGEMMLowpReductionKernel.cpp
src/core/CL/kernels/CLGEMMMatrixAccumulateBiasesKernel.cpp
src/core/CL/kernels/CLGEMMMatrixMultiplyKernel.cpp
src/core/CL/kernels/CLGEMMMatrixMultiplyNativeKernel.cpp
src/core/CL/kernels/CLGEMMMatrixMultiplyReshapedKernel.cpp
src/core/CL/kernels/CLGEMMMatrixMultiplyReshapedOnlyRHSKernel.cpp
src/core/CL/kernels/CLGEMMMatrixVectorMultiplyKernel.cpp
src/core/CL/kernels/CLGEMMReshapeLHSMatrixKernel.cpp
src/core/CL/kernels/CLGEMMReshapeRHSMatrixKernel.cpp
src/core/CL/kernels/CLGatherKernel.cpp
src/core/CL/kernels/CLGaussian3x3Kernel.cpp
src/core/CL/kernels/CLGaussian5x5Kernel.cpp
src/core/CL/kernels/CLGaussianPyramidKernel.cpp
src/core/CL/kernels/CLGenerateProposalsLayerKernel.cpp
src/core/CL/kernels/CLHOGDescriptorKernel.cpp
src/core/CL/kernels/CLHOGDetectorKernel.cpp
src/core/CL/kernels/CLHarrisCornersKernel.cpp
src/core/CL/kernels/CLHeightConcatenateLayerKernel.cpp
src/core/CL/kernels/CLHistogramKernel.cpp
src/core/CL/kernels/CLIm2ColKernel.cpp
src/core/CL/kernels/CLInstanceNormalizationLayerKernel.cpp
src/core/CL/kernels/CLIntegralImageKernel.cpp
src/core/CL/kernels/CLL2NormalizeLayerKernel.cpp
src/core/CL/kernels/CLLKTrackerKernel.cpp
src/core/CL/kernels/CLLocallyConnectedMatrixMultiplyKernel.cpp
src/core/CL/kernels/CLMagnitudePhaseKernel.cpp
src/core/CL/kernels/CLMeanStdDevKernel.cpp
src/core/CL/kernels/CLMeanStdDevNormalizationKernel.cpp
src/core/CL/kernels/CLMedian3x3Kernel.cpp
src/core/CL/kernels/CLMemsetKernel.cpp
src/core/CL/kernels/CLMinMaxLayerKernel.cpp
src/core/CL/kernels/CLMinMaxLocationKernel.cpp
src/core/CL/kernels/CLNonLinearFilterKernel.cpp
src/core/CL/kernels/CLNonMaximaSuppression3x3Kernel.cpp
src/core/CL/kernels/CLNormalizationLayerKernel.cpp
src/core/CL/kernels/CLNormalizePlanarYUVLayerKernel.cpp
src/core/CL/kernels/CLPadLayerKernel.cpp
src/core/CL/kernels/CLPermuteKernel.cpp
src/core/CL/kernels/CLPixelWiseMultiplicationKernel.cpp
src/core/CL/kernels/CLPoolingLayerKernel.cpp
src/core/CL/kernels/CLPriorBoxLayerKernel.cpp
src/core/CL/kernels/CLQLSTMLayerNormalizationKernel.cpp
src/core/CL/kernels/CLQuantizationLayerKernel.cpp
src/core/CL/kernels/CLROIAlignLayerKernel.cpp