aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/NEON/NEKernels.h
diff options
context:
space:
mode:
authorGeorgios Pinitas <georgios.pinitas@arm.com>2020-09-04 15:25:24 +0100
committerMichele Di Giorgio <michele.digiorgio@arm.com>2020-09-08 13:58:36 +0000
commit7d0adc602b3a3ff66184632fd388b25384a9bc99 (patch)
treecc314f8902eef0d037fd9353c3e01b2feca526ff /arm_compute/core/NEON/NEKernels.h
parente8f05da5fb919aa209e1bf0e5c70dd15fff84b7f (diff)
downloadComputeLibrary-7d0adc602b3a3ff66184632fd388b25384a9bc99.tar.gz
COMPMID-3151: Remove NEDepthwiseConvolutionLayer3x3Kernel
Prefer NEDepthwiseConvolutionLayerNativeKernel as it has a native format of NHWC avoiding extra transformation to the NCHW domain. Signed-off-by: Georgios Pinitas <georgios.pinitas@arm.com> Change-Id: If5d8de11691b8ef7f4c3816941f87417d0c8646b Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/3930 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Michele Di Giorgio <michele.digiorgio@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'arm_compute/core/NEON/NEKernels.h')
-rw-r--r--arm_compute/core/NEON/NEKernels.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arm_compute/core/NEON/NEKernels.h b/arm_compute/core/NEON/NEKernels.h
index f5d3aec27a..4d3e6633c9 100644
--- a/arm_compute/core/NEON/NEKernels.h
+++ b/arm_compute/core/NEON/NEKernels.h
@@ -54,7 +54,6 @@
#include "arm_compute/core/NEON/kernels/NEDepthConcatenateLayerKernel.h"
#include "arm_compute/core/NEON/kernels/NEDepthConvertLayerKernel.h"
#include "arm_compute/core/NEON/kernels/NEDepthToSpaceLayerKernel.h"
-#include "arm_compute/core/NEON/kernels/NEDepthwiseConvolutionLayer3x3Kernel.h"
#include "arm_compute/core/NEON/kernels/NEDepthwiseConvolutionLayerNativeKernel.h"
#include "arm_compute/core/NEON/kernels/NEDequantizationLayerKernel.h"
#include "arm_compute/core/NEON/kernels/NEDerivativeKernel.h"