From 70e890e45c4adc69963240b0ca8c2016566d8c18 Mon Sep 17 00:00:00 2001 From: Giorgio Arena Date: Mon, 5 Aug 2019 14:00:35 +0100 Subject: COMPMID-2541 Remove DepthwiseSeparableConvolutionLayer for NEON/CL Change-Id: I16750617fa9e1e97c6e3671e69965dcf3f4a086f Signed-off-by: Giorgio Arena Reviewed-on: https://review.mlplatform.org/c/1748 Reviewed-by: Michele Di Giorgio Tested-by: Arm Jenkins --- arm_compute/runtime/NEON/NEFunctions.h | 1 - 1 file changed, 1 deletion(-) (limited to 'arm_compute/runtime/NEON/NEFunctions.h') diff --git a/arm_compute/runtime/NEON/NEFunctions.h b/arm_compute/runtime/NEON/NEFunctions.h index b59f24eed5..716d28cff5 100644 --- a/arm_compute/runtime/NEON/NEFunctions.h +++ b/arm_compute/runtime/NEON/NEFunctions.h @@ -55,7 +55,6 @@ #include "arm_compute/runtime/NEON/functions/NEDepthConvertLayer.h" #include "arm_compute/runtime/NEON/functions/NEDepthToSpaceLayer.h" #include "arm_compute/runtime/NEON/functions/NEDepthwiseConvolutionLayer.h" -#include "arm_compute/runtime/NEON/functions/NEDepthwiseSeparableConvolutionLayer.h" #include "arm_compute/runtime/NEON/functions/NEDequantizationLayer.h" #include "arm_compute/runtime/NEON/functions/NEDerivative.h" #include "arm_compute/runtime/NEON/functions/NEDilate.h" -- cgit v1.2.1