COMPMID-3639: (3RDPARTY_UPDATE) Move CL kernels to src
authorSang-Hoon Park <sang-hoon.park@arm.com>
Wed, 21 Oct 2020 14:58:54 +0000 (15:58 +0100)
committerSang-Hoon Park <sang-hoon.park@arm.com>
Sat, 7 Nov 2020 08:07:22 +0000 (08:07 +0000)
commitbef7fa27b0d231a8649952f60808132d109b6345
tree7543c66a473d90e28b4860986fad77afa5115043
parentb9531540dadce8331a703c32456f3c9defdfefa9
COMPMID-3639: (3RDPARTY_UPDATE) Move CL kernels to src

Change-Id: I10d27db788e5086adae1841e3e2441cd9b76ef84
Signed-off-by: Sang-Hoon Park <sang-hoon.park@arm.com>
Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/4310
Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com>
Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Tested-by: Arm Jenkins <bsgcomp@arm.com>
745 files changed:
3rdparty
arm_compute/core/CL/CLKernels.h [deleted file]
arm_compute/core/CL/CLTypes.h
arm_compute/core/CL/ICLKernel.h [deleted file]
arm_compute/core/CL/ICLSimple2DKernel.h [deleted file]
arm_compute/core/CL/ICLSimple3DKernel.h [deleted file]
arm_compute/core/CL/ICLSimpleKernel.h [deleted file]
arm_compute/core/CL/kernels/CLAbsoluteDifferenceKernel.h [deleted file]
arm_compute/core/CL/kernels/CLAccumulateKernel.h [deleted file]
arm_compute/core/CL/kernels/CLActivationLayerKernel.h [deleted file]
arm_compute/core/CL/kernels/CLArgMinMaxLayerKernel.h [deleted file]
arm_compute/core/CL/kernels/CLBatchConcatenateLayerKernel.h [deleted file]
arm_compute/core/CL/kernels/CLBatchNormalizationLayerKernel.h [deleted file]
arm_compute/core/CL/kernels/CLBatchToSpaceLayerKernel.h [deleted file]
arm_compute/core/CL/kernels/CLBitwiseAndKernel.h [deleted file]
arm_compute/core/CL/kernels/CLBitwiseNotKernel.h [deleted file]
arm_compute/core/CL/kernels/CLBitwiseOrKernel.h [deleted file]
arm_compute/core/CL/kernels/CLBitwiseXorKernel.h [deleted file]
arm_compute/core/CL/kernels/CLBoundingBoxTransformKernel.h [deleted file]
arm_compute/core/CL/kernels/CLBox3x3Kernel.h [deleted file]
arm_compute/core/CL/kernels/CLCannyEdgeKernel.h [deleted file]
arm_compute/core/CL/kernels/CLChannelCombineKernel.h [deleted file]
arm_compute/core/CL/kernels/CLChannelExtractKernel.h [deleted file]
arm_compute/core/CL/kernels/CLChannelShuffleLayerKernel.h [deleted file]
arm_compute/core/CL/kernels/CLCol2ImKernel.h [deleted file]
arm_compute/core/CL/kernels/CLColorConvertKernel.h [deleted file]
arm_compute/core/CL/kernels/CLComparisonKernel.h [deleted file]
arm_compute/core/CL/kernels/CLConvertFullyConnectedWeightsKernel.h [deleted file]
arm_compute/core/CL/kernels/CLConvolutionKernel.h [deleted file]
arm_compute/core/CL/kernels/CLCopyKernel.h [deleted file]
arm_compute/core/CL/kernels/CLCropKernel.h [deleted file]
arm_compute/core/CL/kernels/CLDeconvolutionLayerUpsampleKernel.h [deleted file]
arm_compute/core/CL/kernels/CLDeconvolutionReshapeOutputKernel.h [deleted file]
arm_compute/core/CL/kernels/CLDepthConcatenateLayerKernel.h [deleted file]
arm_compute/core/CL/kernels/CLDepthConvertLayerKernel.h [deleted file]
arm_compute/core/CL/kernels/CLDepthToSpaceLayerKernel.h [deleted file]
arm_compute/core/CL/kernels/CLDepthwiseConvolutionLayer3x3NCHWKernel.h [deleted file]
arm_compute/core/CL/kernels/CLDepthwiseConvolutionLayer3x3NHWCKernel.h [deleted file]
arm_compute/core/CL/kernels/CLDepthwiseConvolutionLayerNativeKernel.h [deleted file]
arm_compute/core/CL/kernels/CLDepthwiseConvolutionLayerReshapeWeightsKernel.h [deleted file]
arm_compute/core/CL/kernels/CLDequantizationLayerKernel.h [deleted file]
arm_compute/core/CL/kernels/CLDerivativeKernel.h [deleted file]
arm_compute/core/CL/kernels/CLDilateKernel.h [deleted file]
arm_compute/core/CL/kernels/CLDirectConvolutionLayerKernel.h [deleted file]
arm_compute/core/CL/kernels/CLElementWiseUnaryLayerKernel.h [deleted file]
arm_compute/core/CL/kernels/CLElementwiseOperationKernel.h [deleted file]
arm_compute/core/CL/kernels/CLErodeKernel.h [deleted file]
arm_compute/core/CL/kernels/CLFFTDigitReverseKernel.h [deleted file]
arm_compute/core/CL/kernels/CLFFTRadixStageKernel.h [deleted file]
arm_compute/core/CL/kernels/CLFFTScaleKernel.h [deleted file]
arm_compute/core/CL/kernels/CLFastCornersKernel.h [deleted file]
arm_compute/core/CL/kernels/CLFillBorderKernel.h [deleted file]
arm_compute/core/CL/kernels/CLFlattenLayerKernel.h [deleted file]
arm_compute/core/CL/kernels/CLFloorKernel.h [deleted file]
arm_compute/core/CL/kernels/CLFuseBatchNormalizationKernel.h [deleted file]
arm_compute/core/CL/kernels/CLGEMMLowpMatrixMultiplyNativeKernel.h [deleted file]
arm_compute/core/CL/kernels/CLGEMMLowpMatrixMultiplyReshapedKernel.h [deleted file]
arm_compute/core/CL/kernels/CLGEMMLowpMatrixMultiplyReshapedOnlyRHSKernel.h [deleted file]
arm_compute/core/CL/kernels/CLGEMMLowpOffsetContributionKernel.h [deleted file]
arm_compute/core/CL/kernels/CLGEMMLowpOffsetContributionOutputStageKernel.h [deleted file]
arm_compute/core/CL/kernels/CLGEMMLowpQuantizeDownInt32ScaleByFixedPointKernel.h [deleted file]
arm_compute/core/CL/kernels/CLGEMMLowpQuantizeDownInt32ScaleByFloatKernel.h [deleted file]
arm_compute/core/CL/kernels/CLGEMMLowpQuantizeDownInt32ScaleKernel.h [deleted file]
arm_compute/core/CL/kernels/CLGEMMLowpReductionKernel.h [deleted file]
arm_compute/core/CL/kernels/CLGEMMMatrixMultiplyKernel.h [deleted file]
arm_compute/core/CL/kernels/CLGEMMMatrixMultiplyNativeKernel.h [deleted file]
arm_compute/core/CL/kernels/CLGEMMMatrixMultiplyReshapedKernel.h [deleted file]
arm_compute/core/CL/kernels/CLGEMMMatrixMultiplyReshapedOnlyRHSKernel.h [deleted file]
arm_compute/core/CL/kernels/CLGEMMMatrixVectorMultiplyKernel.h [deleted file]
arm_compute/core/CL/kernels/CLGEMMReshapeLHSMatrixKernel.h [deleted file]
arm_compute/core/CL/kernels/CLGEMMReshapeRHSMatrixKernel.h [deleted file]
arm_compute/core/CL/kernels/CLGatherKernel.h [deleted file]
arm_compute/core/CL/kernels/CLGaussian3x3Kernel.h [deleted file]
arm_compute/core/CL/kernels/CLGaussian5x5Kernel.h [deleted file]
arm_compute/core/CL/kernels/CLGaussianPyramidKernel.h [deleted file]
arm_compute/core/CL/kernels/CLGenerateProposalsLayerKernel.h [deleted file]
arm_compute/core/CL/kernels/CLHOGDescriptorKernel.h [deleted file]
arm_compute/core/CL/kernels/CLHOGDetectorKernel.h [deleted file]
arm_compute/core/CL/kernels/CLHarrisCornersKernel.h [deleted file]
arm_compute/core/CL/kernels/CLHeightConcatenateLayerKernel.h [deleted file]
arm_compute/core/CL/kernels/CLHistogramKernel.h [deleted file]
arm_compute/core/CL/kernels/CLIm2ColKernel.h [deleted file]
arm_compute/core/CL/kernels/CLInstanceNormalizationLayerKernel.h [deleted file]
arm_compute/core/CL/kernels/CLIntegralImageKernel.h [deleted file]
arm_compute/core/CL/kernels/CLL2NormalizeLayerKernel.h [deleted file]
arm_compute/core/CL/kernels/CLLKTrackerKernel.h [deleted file]
arm_compute/core/CL/kernels/CLLocallyConnectedMatrixMultiplyKernel.h [deleted file]
arm_compute/core/CL/kernels/CLMagnitudePhaseKernel.h [deleted file]
arm_compute/core/CL/kernels/CLMaxUnpoolingLayerKernel.h [deleted file]
arm_compute/core/CL/kernels/CLMeanStdDevKernel.h [deleted file]
arm_compute/core/CL/kernels/CLMeanStdDevNormalizationKernel.h [deleted file]
arm_compute/core/CL/kernels/CLMedian3x3Kernel.h [deleted file]
arm_compute/core/CL/kernels/CLMemsetKernel.h [deleted file]
arm_compute/core/CL/kernels/CLMinMaxLayerKernel.h [deleted file]
arm_compute/core/CL/kernels/CLMinMaxLocationKernel.h [deleted file]
arm_compute/core/CL/kernels/CLNonLinearFilterKernel.h [deleted file]
arm_compute/core/CL/kernels/CLNonMaximaSuppression3x3Kernel.h [deleted file]
arm_compute/core/CL/kernels/CLNormalizationLayerKernel.h [deleted file]
arm_compute/core/CL/kernels/CLNormalizePlanarYUVLayerKernel.h [deleted file]
arm_compute/core/CL/kernels/CLPadLayerKernel.h [deleted file]
arm_compute/core/CL/kernels/CLPermuteKernel.h [deleted file]
arm_compute/core/CL/kernels/CLPixelWiseMultiplicationKernel.h [deleted file]
arm_compute/core/CL/kernels/CLPoolingLayerKernel.h [deleted file]
arm_compute/core/CL/kernels/CLPriorBoxLayerKernel.h [deleted file]
arm_compute/core/CL/kernels/CLQLSTMLayerNormalizationKernel.h [deleted file]
arm_compute/core/CL/kernels/CLQuantizationLayerKernel.h [deleted file]
arm_compute/core/CL/kernels/CLROIAlignLayerKernel.h [deleted file]
arm_compute/core/CL/kernels/CLROIPoolingLayerKernel.h [deleted file]
arm_compute/core/CL/kernels/CLRangeKernel.h [deleted file]
arm_compute/core/CL/kernels/CLReductionOperationKernel.h [deleted file]
arm_compute/core/CL/kernels/CLRemapKernel.h [deleted file]
arm_compute/core/CL/kernels/CLReorgLayerKernel.h [deleted file]
arm_compute/core/CL/kernels/CLReshapeLayerKernel.h [deleted file]
arm_compute/core/CL/kernels/CLReverseKernel.h [deleted file]
arm_compute/core/CL/kernels/CLScaleKernel.h [deleted file]
arm_compute/core/CL/kernels/CLScharr3x3Kernel.h [deleted file]
arm_compute/core/CL/kernels/CLSelectKernel.h [deleted file]
arm_compute/core/CL/kernels/CLSobel3x3Kernel.h [deleted file]
arm_compute/core/CL/kernels/CLSobel5x5Kernel.h [deleted file]
arm_compute/core/CL/kernels/CLSobel7x7Kernel.h [deleted file]
arm_compute/core/CL/kernels/CLSoftmaxLayerKernel.h [deleted file]
arm_compute/core/CL/kernels/CLSpaceToBatchLayerKernel.h [deleted file]
arm_compute/core/CL/kernels/CLSpaceToDepthLayerKernel.h [deleted file]
arm_compute/core/CL/kernels/CLStackLayerKernel.h [deleted file]
arm_compute/core/CL/kernels/CLStridedSliceKernel.h [deleted file]
arm_compute/core/CL/kernels/CLTableLookupKernel.h [deleted file]
arm_compute/core/CL/kernels/CLThresholdKernel.h [deleted file]
arm_compute/core/CL/kernels/CLTileKernel.h [deleted file]
arm_compute/core/CL/kernels/CLTransposeKernel.h [deleted file]
arm_compute/core/CL/kernels/CLUpsampleLayerKernel.h [deleted file]
arm_compute/core/CL/kernels/CLWarpAffineKernel.h [deleted file]
arm_compute/core/CL/kernels/CLWarpPerspectiveKernel.h [deleted file]
arm_compute/core/CL/kernels/CLWeightsReshapeKernel.h [deleted file]
arm_compute/core/CL/kernels/CLWidthConcatenate2TensorsKernel.h [deleted file]
arm_compute/core/CL/kernels/CLWidthConcatenate4TensorsKernel.h [deleted file]
arm_compute/core/CL/kernels/CLWidthConcatenateLayerKernel.h [deleted file]
arm_compute/core/CL/kernels/CLWinogradFilterTransformKernel.h [deleted file]
arm_compute/core/CL/kernels/CLWinogradInputTransformKernel.h [deleted file]
arm_compute/core/CL/kernels/CLWinogradOutputTransformKernel.h [deleted file]
arm_compute/core/CL/kernels/CLYOLOLayerKernel.h [deleted file]
arm_compute/core/CL/kernels/ICLDepthwiseConvolutionLayer3x3Kernel.h [deleted file]
arm_compute/runtime/CL/ICLOperator.h
arm_compute/runtime/CL/ICLSimpleFunction.h
arm_compute/runtime/CL/functions/CLAbsoluteDifference.h
arm_compute/runtime/CL/functions/CLAccumulate.h
arm_compute/runtime/CL/functions/CLActivationLayer.h
arm_compute/runtime/CL/functions/CLArgMinMaxLayer.h
arm_compute/runtime/CL/functions/CLBatchNormalizationLayer.h
arm_compute/runtime/CL/functions/CLBatchToSpaceLayer.h
arm_compute/runtime/CL/functions/CLBitwiseAnd.h
arm_compute/runtime/CL/functions/CLBitwiseNot.h
arm_compute/runtime/CL/functions/CLBitwiseOr.h
arm_compute/runtime/CL/functions/CLBitwiseXor.h
arm_compute/runtime/CL/functions/CLBoundingBoxTransform.h
arm_compute/runtime/CL/functions/CLBox3x3.h
arm_compute/runtime/CL/functions/CLCannyEdge.h
arm_compute/runtime/CL/functions/CLCast.h
arm_compute/runtime/CL/functions/CLChannelCombine.h
arm_compute/runtime/CL/functions/CLChannelExtract.h
arm_compute/runtime/CL/functions/CLChannelShuffleLayer.h
arm_compute/runtime/CL/functions/CLColorConvert.h
arm_compute/runtime/CL/functions/CLComparison.h
arm_compute/runtime/CL/functions/CLComputeAllAnchors.h
arm_compute/runtime/CL/functions/CLConcatenateLayer.h
arm_compute/runtime/CL/functions/CLConvertFullyConnectedWeights.h
arm_compute/runtime/CL/functions/CLConvolution.h
arm_compute/runtime/CL/functions/CLConvolutionLayer.h
arm_compute/runtime/CL/functions/CLCopy.h
arm_compute/runtime/CL/functions/CLCropResize.h
arm_compute/runtime/CL/functions/CLDeconvolutionLayerUpsample.h
arm_compute/runtime/CL/functions/CLDepthConvertLayer.h
arm_compute/runtime/CL/functions/CLDepthToSpaceLayer.h
arm_compute/runtime/CL/functions/CLDepthwiseConvolutionLayer.h
arm_compute/runtime/CL/functions/CLDequantizationLayer.h
arm_compute/runtime/CL/functions/CLDerivative.h
arm_compute/runtime/CL/functions/CLDilate.h
arm_compute/runtime/CL/functions/CLDirectConvolutionLayer.h
arm_compute/runtime/CL/functions/CLElementWiseUnaryLayer.h
arm_compute/runtime/CL/functions/CLElementwiseOperations.h
arm_compute/runtime/CL/functions/CLEqualizeHistogram.h
arm_compute/runtime/CL/functions/CLErode.h
arm_compute/runtime/CL/functions/CLFFT1D.h
arm_compute/runtime/CL/functions/CLFFT2D.h
arm_compute/runtime/CL/functions/CLFastCorners.h
arm_compute/runtime/CL/functions/CLFill.h
arm_compute/runtime/CL/functions/CLFillBorder.h
arm_compute/runtime/CL/functions/CLFlattenLayer.h
arm_compute/runtime/CL/functions/CLFloor.h
arm_compute/runtime/CL/functions/CLFullyConnectedLayer.h
arm_compute/runtime/CL/functions/CLFuseBatchNormalization.h
arm_compute/runtime/CL/functions/CLGEMM.h
arm_compute/runtime/CL/functions/CLGEMMConvolutionLayer.h
arm_compute/runtime/CL/functions/CLGEMMDeconvolutionLayer.h
arm_compute/runtime/CL/functions/CLGEMMLowpMatrixMultiplyCore.h
arm_compute/runtime/CL/functions/CLGEMMLowpOutputStage.h
arm_compute/runtime/CL/functions/CLGather.h
arm_compute/runtime/CL/functions/CLGaussian3x3.h
arm_compute/runtime/CL/functions/CLGaussian5x5.h
arm_compute/runtime/CL/functions/CLGaussianPyramid.h
arm_compute/runtime/CL/functions/CLGenerateProposalsLayer.h
arm_compute/runtime/CL/functions/CLHOGDescriptor.h
arm_compute/runtime/CL/functions/CLHOGDetector.h
arm_compute/runtime/CL/functions/CLHOGGradient.h
arm_compute/runtime/CL/functions/CLHOGMultiDetection.h
arm_compute/runtime/CL/functions/CLHarrisCorners.h
arm_compute/runtime/CL/functions/CLHistogram.h
arm_compute/runtime/CL/functions/CLInstanceNormalizationLayer.h
arm_compute/runtime/CL/functions/CLIntegralImage.h
arm_compute/runtime/CL/functions/CLL2NormalizeLayer.h
arm_compute/runtime/CL/functions/CLLSTMLayer.h
arm_compute/runtime/CL/functions/CLLocallyConnectedLayer.h
arm_compute/runtime/CL/functions/CLMagnitude.h
arm_compute/runtime/CL/functions/CLMaxUnpoolingLayer.h
arm_compute/runtime/CL/functions/CLMeanStdDev.h
arm_compute/runtime/CL/functions/CLMeanStdDevNormalizationLayer.h
arm_compute/runtime/CL/functions/CLMedian3x3.h
arm_compute/runtime/CL/functions/CLMinMaxLocation.h
arm_compute/runtime/CL/functions/CLNonLinearFilter.h
arm_compute/runtime/CL/functions/CLNonMaximaSuppression3x3.h
arm_compute/runtime/CL/functions/CLNormalizationLayer.h
arm_compute/runtime/CL/functions/CLNormalizePlanarYUVLayer.h
arm_compute/runtime/CL/functions/CLOpticalFlow.h
arm_compute/runtime/CL/functions/CLPReluLayer.h
arm_compute/runtime/CL/functions/CLPadLayer.h
arm_compute/runtime/CL/functions/CLPermute.h
arm_compute/runtime/CL/functions/CLPhase.h
arm_compute/runtime/CL/functions/CLPixelWiseMultiplication.h
arm_compute/runtime/CL/functions/CLPoolingLayer.h
arm_compute/runtime/CL/functions/CLPriorBoxLayer.h
arm_compute/runtime/CL/functions/CLQLSTMLayer.h
arm_compute/runtime/CL/functions/CLQuantizationLayer.h
arm_compute/runtime/CL/functions/CLRNNLayer.h
arm_compute/runtime/CL/functions/CLROIAlignLayer.h
arm_compute/runtime/CL/functions/CLROIPoolingLayer.h
arm_compute/runtime/CL/functions/CLRange.h
arm_compute/runtime/CL/functions/CLReductionOperation.h
arm_compute/runtime/CL/functions/CLRemap.h
arm_compute/runtime/CL/functions/CLReorgLayer.h
arm_compute/runtime/CL/functions/CLReshapeLayer.h
arm_compute/runtime/CL/functions/CLReverse.h
arm_compute/runtime/CL/functions/CLScale.h
arm_compute/runtime/CL/functions/CLScharr3x3.h
arm_compute/runtime/CL/functions/CLSelect.h
arm_compute/runtime/CL/functions/CLSlice.h
arm_compute/runtime/CL/functions/CLSobel3x3.h
arm_compute/runtime/CL/functions/CLSobel5x5.h
arm_compute/runtime/CL/functions/CLSobel7x7.h
arm_compute/runtime/CL/functions/CLSoftmaxLayer.h
arm_compute/runtime/CL/functions/CLSpaceToBatchLayer.h
arm_compute/runtime/CL/functions/CLSpaceToDepthLayer.h
arm_compute/runtime/CL/functions/CLStackLayer.h
arm_compute/runtime/CL/functions/CLTableLookup.h
arm_compute/runtime/CL/functions/CLThreshold.h
arm_compute/runtime/CL/functions/CLTile.h
arm_compute/runtime/CL/functions/CLTranspose.h
arm_compute/runtime/CL/functions/CLUpsampleLayer.h
arm_compute/runtime/CL/functions/CLWarpAffine.h
arm_compute/runtime/CL/functions/CLWarpPerspective.h
arm_compute/runtime/CL/functions/CLWinogradConvolutionLayer.h
arm_compute/runtime/CL/functions/CLWinogradInputTransform.h
arm_compute/runtime/CL/functions/CLYOLOLayer.h
arm_compute/runtime/IOperator.h
docs/04_adding_operator.dox
docs/ComputeLibrary.dir
examples/cl_cache.cpp
examples/cl_convolution.cpp
examples/cl_events.cpp
examples/cl_sgemm.cpp
examples/gemm_tuner/cl_gemm_native.cpp
examples/gemm_tuner/cl_gemm_reshaped.cpp
examples/gemm_tuner/cl_gemm_reshaped_rhs_only.cpp
examples/neoncl_scale_median_gaussian.cpp
src/core/CL/CLKernels.h [new file with mode: 0644]
src/core/CL/CLTracePoint.cpp
src/core/CL/CLValidate.h
src/core/CL/ICLKernel.cpp
src/core/CL/ICLKernel.h [new file with mode: 0644]
src/core/CL/ICLSimple2DKernel.cpp
src/core/CL/ICLSimple2DKernel.h [new file with mode: 0644]
src/core/CL/ICLSimple3DKernel.cpp
src/core/CL/ICLSimple3DKernel.h [new file with mode: 0644]
src/core/CL/ICLSimpleKernel.cpp
src/core/CL/ICLSimpleKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLAbsoluteDifferenceKernel.cpp
src/core/CL/kernels/CLAbsoluteDifferenceKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLAccumulateKernel.cpp
src/core/CL/kernels/CLAccumulateKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLActivationLayerKernel.cpp
src/core/CL/kernels/CLActivationLayerKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLArgMinMaxLayerKernel.cpp
src/core/CL/kernels/CLArgMinMaxLayerKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLBatchConcatenateLayerKernel.cpp
src/core/CL/kernels/CLBatchConcatenateLayerKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLBatchNormalizationLayerKernel.cpp
src/core/CL/kernels/CLBatchNormalizationLayerKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLBatchToSpaceLayerKernel.cpp
src/core/CL/kernels/CLBatchToSpaceLayerKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLBitwiseAndKernel.cpp
src/core/CL/kernels/CLBitwiseAndKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLBitwiseNotKernel.cpp
src/core/CL/kernels/CLBitwiseNotKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLBitwiseOrKernel.cpp
src/core/CL/kernels/CLBitwiseOrKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLBitwiseXorKernel.cpp
src/core/CL/kernels/CLBitwiseXorKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLBoundingBoxTransformKernel.cpp
src/core/CL/kernels/CLBoundingBoxTransformKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLBox3x3Kernel.cpp
src/core/CL/kernels/CLBox3x3Kernel.h [new file with mode: 0644]
src/core/CL/kernels/CLCannyEdgeKernel.cpp
src/core/CL/kernels/CLCannyEdgeKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLChannelCombineKernel.cpp
src/core/CL/kernels/CLChannelCombineKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLChannelExtractKernel.cpp
src/core/CL/kernels/CLChannelExtractKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLChannelShuffleLayerKernel.cpp
src/core/CL/kernels/CLChannelShuffleLayerKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLCol2ImKernel.cpp
src/core/CL/kernels/CLCol2ImKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLColorConvertKernel.cpp
src/core/CL/kernels/CLColorConvertKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLComparisonKernel.cpp
src/core/CL/kernels/CLComparisonKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLConvertFullyConnectedWeightsKernel.cpp
src/core/CL/kernels/CLConvertFullyConnectedWeightsKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLConvolutionKernel.cpp
src/core/CL/kernels/CLConvolutionKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLCopyKernel.cpp
src/core/CL/kernels/CLCopyKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLCropKernel.cpp
src/core/CL/kernels/CLCropKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLDeconvolutionLayerUpsampleKernel.cpp
src/core/CL/kernels/CLDeconvolutionLayerUpsampleKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLDeconvolutionReshapeOutputKernel.cpp
src/core/CL/kernels/CLDeconvolutionReshapeOutputKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLDepthConcatenateLayerKernel.cpp
src/core/CL/kernels/CLDepthConcatenateLayerKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLDepthConvertLayerKernel.cpp
src/core/CL/kernels/CLDepthConvertLayerKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLDepthToSpaceLayerKernel.cpp
src/core/CL/kernels/CLDepthToSpaceLayerKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLDepthwiseConvolutionLayer3x3NCHWKernel.cpp
src/core/CL/kernels/CLDepthwiseConvolutionLayer3x3NCHWKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLDepthwiseConvolutionLayer3x3NHWCKernel.cpp
src/core/CL/kernels/CLDepthwiseConvolutionLayer3x3NHWCKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLDepthwiseConvolutionLayerNativeKernel.cpp
src/core/CL/kernels/CLDepthwiseConvolutionLayerNativeKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLDepthwiseConvolutionLayerReshapeWeightsKernel.cpp
src/core/CL/kernels/CLDepthwiseConvolutionLayerReshapeWeightsKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLDequantizationLayerKernel.cpp
src/core/CL/kernels/CLDequantizationLayerKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLDerivativeKernel.cpp
src/core/CL/kernels/CLDerivativeKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLDilateKernel.cpp
src/core/CL/kernels/CLDilateKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLDirectConvolutionLayerKernel.cpp
src/core/CL/kernels/CLDirectConvolutionLayerKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLElementWiseUnaryLayerKernel.cpp
src/core/CL/kernels/CLElementWiseUnaryLayerKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLElementwiseOperationKernel.cpp
src/core/CL/kernels/CLElementwiseOperationKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLErodeKernel.cpp
src/core/CL/kernels/CLErodeKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLFFTDigitReverseKernel.cpp
src/core/CL/kernels/CLFFTDigitReverseKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLFFTRadixStageKernel.cpp
src/core/CL/kernels/CLFFTRadixStageKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLFFTScaleKernel.cpp
src/core/CL/kernels/CLFFTScaleKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLFastCornersKernel.cpp
src/core/CL/kernels/CLFastCornersKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLFillBorderKernel.cpp
src/core/CL/kernels/CLFillBorderKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLFlattenLayerKernel.cpp
src/core/CL/kernels/CLFlattenLayerKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLFloorKernel.cpp
src/core/CL/kernels/CLFloorKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLFuseBatchNormalizationKernel.cpp
src/core/CL/kernels/CLFuseBatchNormalizationKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLGEMMLowpMatrixMultiplyNativeKernel.cpp
src/core/CL/kernels/CLGEMMLowpMatrixMultiplyNativeKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLGEMMLowpMatrixMultiplyReshapedKernel.cpp
src/core/CL/kernels/CLGEMMLowpMatrixMultiplyReshapedKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLGEMMLowpMatrixMultiplyReshapedOnlyRHSKernel.cpp
src/core/CL/kernels/CLGEMMLowpMatrixMultiplyReshapedOnlyRHSKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLGEMMLowpOffsetContributionKernel.cpp
src/core/CL/kernels/CLGEMMLowpOffsetContributionKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLGEMMLowpOffsetContributionOutputStageKernel.cpp
src/core/CL/kernels/CLGEMMLowpOffsetContributionOutputStageKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLGEMMLowpQuantizeDownInt32ScaleByFixedPointKernel.cpp
src/core/CL/kernels/CLGEMMLowpQuantizeDownInt32ScaleByFixedPointKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLGEMMLowpQuantizeDownInt32ScaleByFloatKernel.cpp
src/core/CL/kernels/CLGEMMLowpQuantizeDownInt32ScaleByFloatKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLGEMMLowpQuantizeDownInt32ScaleKernel.cpp
src/core/CL/kernels/CLGEMMLowpQuantizeDownInt32ScaleKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLGEMMLowpReductionKernel.cpp
src/core/CL/kernels/CLGEMMLowpReductionKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLGEMMMatrixMultiplyKernel.cpp
src/core/CL/kernels/CLGEMMMatrixMultiplyKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLGEMMMatrixMultiplyNativeKernel.cpp
src/core/CL/kernels/CLGEMMMatrixMultiplyNativeKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLGEMMMatrixMultiplyReshapedKernel.cpp
src/core/CL/kernels/CLGEMMMatrixMultiplyReshapedKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLGEMMMatrixMultiplyReshapedOnlyRHSKernel.cpp
src/core/CL/kernels/CLGEMMMatrixMultiplyReshapedOnlyRHSKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLGEMMMatrixVectorMultiplyKernel.cpp
src/core/CL/kernels/CLGEMMMatrixVectorMultiplyKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLGEMMReshapeLHSMatrixKernel.cpp
src/core/CL/kernels/CLGEMMReshapeLHSMatrixKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLGEMMReshapeRHSMatrixKernel.cpp
src/core/CL/kernels/CLGEMMReshapeRHSMatrixKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLGatherKernel.cpp
src/core/CL/kernels/CLGatherKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLGaussian3x3Kernel.cpp
src/core/CL/kernels/CLGaussian3x3Kernel.h [new file with mode: 0644]
src/core/CL/kernels/CLGaussian5x5Kernel.cpp
src/core/CL/kernels/CLGaussian5x5Kernel.h [new file with mode: 0644]
src/core/CL/kernels/CLGaussianPyramidKernel.cpp
src/core/CL/kernels/CLGaussianPyramidKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLGenerateProposalsLayerKernel.cpp
src/core/CL/kernels/CLGenerateProposalsLayerKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLHOGDescriptorKernel.cpp
src/core/CL/kernels/CLHOGDescriptorKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLHOGDetectorKernel.cpp
src/core/CL/kernels/CLHOGDetectorKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLHarrisCornersKernel.cpp
src/core/CL/kernels/CLHarrisCornersKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLHeightConcatenateLayerKernel.cpp
src/core/CL/kernels/CLHeightConcatenateLayerKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLHistogramKernel.cpp
src/core/CL/kernels/CLHistogramKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLIm2ColKernel.cpp
src/core/CL/kernels/CLIm2ColKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLInstanceNormalizationLayerKernel.cpp
src/core/CL/kernels/CLInstanceNormalizationLayerKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLIntegralImageKernel.cpp
src/core/CL/kernels/CLIntegralImageKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLL2NormalizeLayerKernel.cpp
src/core/CL/kernels/CLL2NormalizeLayerKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLLKTrackerKernel.cpp
src/core/CL/kernels/CLLKTrackerKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLLocallyConnectedMatrixMultiplyKernel.cpp
src/core/CL/kernels/CLLocallyConnectedMatrixMultiplyKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLMagnitudePhaseKernel.cpp
src/core/CL/kernels/CLMagnitudePhaseKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLMaxUnpoolingLayerKernel.cpp
src/core/CL/kernels/CLMaxUnpoolingLayerKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLMeanStdDevKernel.cpp
src/core/CL/kernels/CLMeanStdDevKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLMeanStdDevNormalizationKernel.cpp
src/core/CL/kernels/CLMeanStdDevNormalizationKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLMedian3x3Kernel.cpp
src/core/CL/kernels/CLMedian3x3Kernel.h [new file with mode: 0644]
src/core/CL/kernels/CLMemsetKernel.cpp
src/core/CL/kernels/CLMemsetKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLMinMaxLayerKernel.cpp
src/core/CL/kernels/CLMinMaxLayerKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLMinMaxLocationKernel.cpp
src/core/CL/kernels/CLMinMaxLocationKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLNonLinearFilterKernel.cpp
src/core/CL/kernels/CLNonLinearFilterKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLNonMaximaSuppression3x3Kernel.cpp
src/core/CL/kernels/CLNonMaximaSuppression3x3Kernel.h [new file with mode: 0644]
src/core/CL/kernels/CLNormalizationLayerKernel.cpp
src/core/CL/kernels/CLNormalizationLayerKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLNormalizePlanarYUVLayerKernel.cpp
src/core/CL/kernels/CLNormalizePlanarYUVLayerKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLPadLayerKernel.cpp
src/core/CL/kernels/CLPadLayerKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLPermuteKernel.cpp
src/core/CL/kernels/CLPermuteKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLPixelWiseMultiplicationKernel.cpp
src/core/CL/kernels/CLPixelWiseMultiplicationKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLPoolingLayerKernel.cpp
src/core/CL/kernels/CLPoolingLayerKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLPriorBoxLayerKernel.cpp
src/core/CL/kernels/CLPriorBoxLayerKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLQLSTMLayerNormalizationKernel.cpp
src/core/CL/kernels/CLQLSTMLayerNormalizationKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLQuantizationLayerKernel.cpp
src/core/CL/kernels/CLQuantizationLayerKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLROIAlignLayerKernel.cpp
src/core/CL/kernels/CLROIAlignLayerKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLROIPoolingLayerKernel.cpp
src/core/CL/kernels/CLROIPoolingLayerKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLRangeKernel.cpp
src/core/CL/kernels/CLRangeKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLReductionOperationKernel.cpp
src/core/CL/kernels/CLReductionOperationKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLRemapKernel.cpp
src/core/CL/kernels/CLRemapKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLReorgLayerKernel.cpp
src/core/CL/kernels/CLReorgLayerKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLReshapeLayerKernel.cpp
src/core/CL/kernels/CLReshapeLayerKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLReverseKernel.cpp
src/core/CL/kernels/CLReverseKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLScaleKernel.cpp
src/core/CL/kernels/CLScaleKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLScharr3x3Kernel.cpp
src/core/CL/kernels/CLScharr3x3Kernel.h [new file with mode: 0644]
src/core/CL/kernels/CLSelectKernel.cpp
src/core/CL/kernels/CLSelectKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLSobel3x3Kernel.cpp
src/core/CL/kernels/CLSobel3x3Kernel.h [new file with mode: 0644]
src/core/CL/kernels/CLSobel5x5Kernel.cpp
src/core/CL/kernels/CLSobel5x5Kernel.h [new file with mode: 0644]
src/core/CL/kernels/CLSobel7x7Kernel.cpp
src/core/CL/kernels/CLSobel7x7Kernel.h [new file with mode: 0644]
src/core/CL/kernels/CLSoftmaxLayerKernel.cpp
src/core/CL/kernels/CLSoftmaxLayerKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLSpaceToBatchLayerKernel.cpp
src/core/CL/kernels/CLSpaceToBatchLayerKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLSpaceToDepthLayerKernel.cpp
src/core/CL/kernels/CLSpaceToDepthLayerKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLStackLayerKernel.cpp
src/core/CL/kernels/CLStackLayerKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLStridedSliceKernel.cpp
src/core/CL/kernels/CLStridedSliceKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLTableLookupKernel.cpp
src/core/CL/kernels/CLTableLookupKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLThresholdKernel.cpp
src/core/CL/kernels/CLThresholdKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLTileKernel.cpp
src/core/CL/kernels/CLTileKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLTransposeKernel.cpp
src/core/CL/kernels/CLTransposeKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLUpsampleLayerKernel.cpp
src/core/CL/kernels/CLUpsampleLayerKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLWarpAffineKernel.cpp
src/core/CL/kernels/CLWarpAffineKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLWarpPerspectiveKernel.cpp
src/core/CL/kernels/CLWarpPerspectiveKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLWeightsReshapeKernel.cpp
src/core/CL/kernels/CLWeightsReshapeKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLWidthConcatenate2TensorsKernel.cpp
src/core/CL/kernels/CLWidthConcatenate2TensorsKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLWidthConcatenate4TensorsKernel.cpp
src/core/CL/kernels/CLWidthConcatenate4TensorsKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLWidthConcatenateLayerKernel.cpp
src/core/CL/kernels/CLWidthConcatenateLayerKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLWinogradFilterTransformKernel.cpp
src/core/CL/kernels/CLWinogradFilterTransformKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLWinogradInputTransformKernel.cpp
src/core/CL/kernels/CLWinogradInputTransformKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLWinogradOutputTransformKernel.cpp
src/core/CL/kernels/CLWinogradOutputTransformKernel.h [new file with mode: 0644]
src/core/CL/kernels/CLYOLOLayerKernel.cpp
src/core/CL/kernels/CLYOLOLayerKernel.h [new file with mode: 0644]
src/core/CL/kernels/ICLDepthwiseConvolutionLayer3x3Kernel.h [new file with mode: 0644]
src/graph/backends/CL/CLFunctionsFactory.cpp
src/graph/backends/CL/CLNodeValidator.cpp
src/runtime/CL/CLOperator.cpp
src/runtime/CL/CLScheduler.cpp
src/runtime/CL/CLTuner.cpp
src/runtime/CL/ICLSimpleFunction.cpp
src/runtime/CL/functions/CLAbsoluteDifference.cpp
src/runtime/CL/functions/CLAccumulate.cpp
src/runtime/CL/functions/CLActivationLayer.cpp
src/runtime/CL/functions/CLArgMinMaxLayer.cpp
src/runtime/CL/functions/CLBatchNormalizationLayer.cpp
src/runtime/CL/functions/CLBatchToSpaceLayer.cpp
src/runtime/CL/functions/CLBitwiseAnd.cpp
src/runtime/CL/functions/CLBitwiseNot.cpp
src/runtime/CL/functions/CLBitwiseOr.cpp
src/runtime/CL/functions/CLBitwiseXor.cpp
src/runtime/CL/functions/CLBoundingBoxTransform.cpp
src/runtime/CL/functions/CLBox3x3.cpp
src/runtime/CL/functions/CLCannyEdge.cpp
src/runtime/CL/functions/CLCast.cpp
src/runtime/CL/functions/CLChannelCombine.cpp
src/runtime/CL/functions/CLChannelExtract.cpp
src/runtime/CL/functions/CLChannelShuffleLayer.cpp
src/runtime/CL/functions/CLColorConvert.cpp
src/runtime/CL/functions/CLComparison.cpp
src/runtime/CL/functions/CLComputeAllAnchors.cpp
src/runtime/CL/functions/CLConcatenateLayer.cpp
src/runtime/CL/functions/CLConvertFullyConnectedWeights.cpp
src/runtime/CL/functions/CLConvolution.cpp
src/runtime/CL/functions/CLConvolutionLayer.cpp
src/runtime/CL/functions/CLCopy.cpp
src/runtime/CL/functions/CLCropResize.cpp
src/runtime/CL/functions/CLDeconvolutionLayer.cpp
src/runtime/CL/functions/CLDeconvolutionLayerUpsample.cpp
src/runtime/CL/functions/CLDepthConvertLayer.cpp
src/runtime/CL/functions/CLDepthToSpaceLayer.cpp
src/runtime/CL/functions/CLDepthwiseConvolutionLayer.cpp
src/runtime/CL/functions/CLDequantizationLayer.cpp
src/runtime/CL/functions/CLDerivative.cpp
src/runtime/CL/functions/CLDilate.cpp
src/runtime/CL/functions/CLDirectConvolutionLayer.cpp
src/runtime/CL/functions/CLDirectDeconvolutionLayer.cpp
src/runtime/CL/functions/CLElementWiseUnaryLayer.cpp
src/runtime/CL/functions/CLElementwiseOperations.cpp
src/runtime/CL/functions/CLEqualizeHistogram.cpp
src/runtime/CL/functions/CLErode.cpp
src/runtime/CL/functions/CLFFT1D.cpp
src/runtime/CL/functions/CLFFT2D.cpp
src/runtime/CL/functions/CLFFTConvolutionLayer.cpp
src/runtime/CL/functions/CLFastCorners.cpp
src/runtime/CL/functions/CLFill.cpp
src/runtime/CL/functions/CLFillBorder.cpp
src/runtime/CL/functions/CLFlattenLayer.cpp
src/runtime/CL/functions/CLFloor.cpp
src/runtime/CL/functions/CLFullyConnectedLayer.cpp
src/runtime/CL/functions/CLFuseBatchNormalization.cpp
src/runtime/CL/functions/CLGEMM.cpp
src/runtime/CL/functions/CLGEMMConvolutionLayer.cpp
src/runtime/CL/functions/CLGEMMDeconvolutionLayer.cpp
src/runtime/CL/functions/CLGEMMLowpMatrixMultiplyCore.cpp
src/runtime/CL/functions/CLGEMMLowpOutputStage.cpp
src/runtime/CL/functions/CLGather.cpp
src/runtime/CL/functions/CLGaussian3x3.cpp
src/runtime/CL/functions/CLGaussian5x5.cpp
src/runtime/CL/functions/CLGaussianPyramid.cpp
src/runtime/CL/functions/CLGenerateProposalsLayer.cpp
src/runtime/CL/functions/CLHOGDescriptor.cpp
src/runtime/CL/functions/CLHOGDetector.cpp
src/runtime/CL/functions/CLHOGGradient.cpp
src/runtime/CL/functions/CLHOGMultiDetection.cpp
src/runtime/CL/functions/CLHarrisCorners.cpp
src/runtime/CL/functions/CLInstanceNormalizationLayer.cpp
src/runtime/CL/functions/CLIntegralImage.cpp
src/runtime/CL/functions/CLL2NormalizeLayer.cpp
src/runtime/CL/functions/CLLSTMLayer.cpp
src/runtime/CL/functions/CLLSTMLayerQuantized.cpp
src/runtime/CL/functions/CLLaplacianPyramid.cpp
src/runtime/CL/functions/CLLaplacianReconstruct.cpp
src/runtime/CL/functions/CLLocallyConnectedLayer.cpp
src/runtime/CL/functions/CLMagnitude.cpp
src/runtime/CL/functions/CLMaxUnpoolingLayer.cpp
src/runtime/CL/functions/CLMeanStdDev.cpp
src/runtime/CL/functions/CLMeanStdDevNormalizationLayer.cpp
src/runtime/CL/functions/CLMedian3x3.cpp
src/runtime/CL/functions/CLMinMaxLocation.cpp
src/runtime/CL/functions/CLNonLinearFilter.cpp
src/runtime/CL/functions/CLNonMaximaSuppression3x3.cpp
src/runtime/CL/functions/CLNormalizationLayer.cpp
src/runtime/CL/functions/CLNormalizePlanarYUVLayer.cpp
src/runtime/CL/functions/CLOpticalFlow.cpp
src/runtime/CL/functions/CLPReluLayer.cpp
src/runtime/CL/functions/CLPadLayer.cpp
src/runtime/CL/functions/CLPermute.cpp
src/runtime/CL/functions/CLPhase.cpp
src/runtime/CL/functions/CLPixelWiseMultiplication.cpp
src/runtime/CL/functions/CLPoolingLayer.cpp
src/runtime/CL/functions/CLPriorBoxLayer.cpp
src/runtime/CL/functions/CLQLSTMLayer.cpp
src/runtime/CL/functions/CLQuantizationLayer.cpp
src/runtime/CL/functions/CLRNNLayer.cpp
src/runtime/CL/functions/CLROIAlignLayer.cpp
src/runtime/CL/functions/CLROIPoolingLayer.cpp
src/runtime/CL/functions/CLRange.cpp
src/runtime/CL/functions/CLReduceMean.cpp
src/runtime/CL/functions/CLReductionOperation.cpp
src/runtime/CL/functions/CLRemap.cpp
src/runtime/CL/functions/CLReorgLayer.cpp
src/runtime/CL/functions/CLReshapeLayer.cpp
src/runtime/CL/functions/CLReverse.cpp
src/runtime/CL/functions/CLScale.cpp
src/runtime/CL/functions/CLScharr3x3.cpp
src/runtime/CL/functions/CLSelect.cpp
src/runtime/CL/functions/CLSlice.cpp
src/runtime/CL/functions/CLSobel3x3.cpp
src/runtime/CL/functions/CLSobel5x5.cpp
src/runtime/CL/functions/CLSobel7x7.cpp
src/runtime/CL/functions/CLSoftmaxLayer.cpp
src/runtime/CL/functions/CLSpaceToBatchLayer.cpp
src/runtime/CL/functions/CLSpaceToDepthLayer.cpp
src/runtime/CL/functions/CLStackLayer.cpp
src/runtime/CL/functions/CLStridedSlice.cpp
src/runtime/CL/functions/CLTableLookup.cpp
src/runtime/CL/functions/CLThreshold.cpp
src/runtime/CL/functions/CLTile.cpp
src/runtime/CL/functions/CLTranspose.cpp
src/runtime/CL/functions/CLUpsampleLayer.cpp
src/runtime/CL/functions/CLWarpAffine.cpp
src/runtime/CL/functions/CLWarpPerspective.cpp
src/runtime/CL/functions/CLWinogradConvolutionLayer.cpp
src/runtime/CL/functions/CLWinogradInputTransform.cpp
src/runtime/CL/functions/CLYOLOLayer.cpp
src/runtime/CL/tuners/BifrostTuner.cpp
src/runtime/CL/tuners/MidgardTuner.cpp
tests/CL/Helper.h
tests/benchmark/CL/Scale.cpp
tests/validate_examples/cl_gemm.cpp
tests/validation/CL/ArgMinMax.cpp
tests/validation/CL/BatchNormalizationLayer.cpp
tests/validation/CL/BatchToSpaceLayer.cpp
tests/validation/CL/BoundingBoxTransform.cpp
tests/validation/CL/CannyEdge.cpp
tests/validation/CL/ChannelCombine.cpp
tests/validation/CL/ChannelExtract.cpp
tests/validation/CL/Col2Im.cpp
tests/validation/CL/ConvertFullyConnectedWeights.cpp
tests/validation/CL/CropResize.cpp
tests/validation/CL/DeconvolutionLayer.cpp
tests/validation/CL/DepthToSpaceLayer.cpp
tests/validation/CL/DepthwiseConvolutionLayerNative.cpp
tests/validation/CL/Fill.cpp
tests/validation/CL/FillBorder.cpp
tests/validation/CL/Flatten.cpp
tests/validation/CL/Floor.cpp
tests/validation/CL/FuseBatchNormalization.cpp
tests/validation/CL/GEMM.cpp
tests/validation/CL/GEMMLowpMatrixMultiplyNative.cpp
tests/validation/CL/GEMMLowpMatrixMultiplyReshaped.cpp
tests/validation/CL/GEMMLowpMatrixMultiplyReshapedOnlyRHS.cpp
tests/validation/CL/GEMMMatrixMultiply.cpp
tests/validation/CL/GEMMMatrixMultiplyInterleavedTransposed.cpp
tests/validation/CL/GEMMMatrixMultiplyNative.cpp
tests/validation/CL/GEMMMatrixMultiplyReshaped.cpp
tests/validation/CL/GEMMMatrixMultiplyReshapedOnlyRHS.cpp
tests/validation/CL/GEMMReshapeLHSMatrix.cpp
tests/validation/CL/GEMMReshapeRHSMatrix.cpp
tests/validation/CL/Gather.cpp
tests/validation/CL/GlobalPoolingLayer.cpp
tests/validation/CL/HOGDescriptor.cpp
tests/validation/CL/HOGDetector.cpp
tests/validation/CL/HOGMultiDetection.cpp
tests/validation/CL/Im2Col.cpp
tests/validation/CL/InstanceNormalizationLayer.cpp
tests/validation/CL/L2NormalizeLayer.cpp
tests/validation/CL/LSTMLayerQuantized.cpp
tests/validation/CL/LogSoftmaxLayer.cpp
tests/validation/CL/MeanStdDevNormalizationLayer.cpp
tests/validation/CL/NormalizationLayer.cpp
tests/validation/CL/OpticalFlow.cpp
tests/validation/CL/PriorBoxLayer.cpp
tests/validation/CL/QLSTMLayerNormalization.cpp
tests/validation/CL/RNNLayer.cpp
tests/validation/CL/Range.cpp
tests/validation/CL/ReduceMean.cpp
tests/validation/CL/Reverse.cpp
tests/validation/CL/SoftmaxLayer.cpp
tests/validation/CL/SpaceToBatchLayer.cpp
tests/validation/CL/SpaceToDepthLayer.cpp
tests/validation/CL/TableLookup.cpp
tests/validation/CL/Tile.cpp
tests/validation/CL/UNIT/DynamicTensor.cpp
tests/validation/CL/UNIT/Tuner.cpp
tests/validation/CL/UNIT/WeightsRetention.cpp
tests/validation/CL/WeightsReshape.cpp
tests/validation/CL/Winograd.cpp
tests/validation/CL/YOLOLayer.cpp