From 3f8cc5893ca114bf36b7ef65f80a16668fb2e121 Mon Sep 17 00:00:00 2001 From: Gian Marco Iodice Date: Wed, 16 Oct 2019 14:32:55 +0100 Subject: COMPMID-2813: Update the heuristic in CLDepthWiseConvolutionLayer Change-Id: I62f3158a6d32e9a96274021e4b6fe8beefa16f71 Signed-off-by: Gian Marco Iodice Reviewed-on: https://review.mlplatform.org/c/2105 Comments-Addressed: Arm Jenkins Reviewed-by: Georgios Pinitas Tested-by: Arm Jenkins --- src/graph/backends/CL/CLFunctionsFactory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/graph/backends/CL') diff --git a/src/graph/backends/CL/CLFunctionsFactory.cpp b/src/graph/backends/CL/CLFunctionsFactory.cpp index 82b6dd6a54..6d231f2ef3 100644 --- a/src/graph/backends/CL/CLFunctionsFactory.cpp +++ b/src/graph/backends/CL/CLFunctionsFactory.cpp @@ -60,7 +60,7 @@ struct CLConvolutionLayerFunctions struct CLDepthwiseConvolutionLayerFunctions { using GenericDepthwiseConvolutionLayer = CLDepthwiseConvolutionLayer; - using OptimizedDepthwiseConvolutionLayer = CLDepthwiseConvolutionLayer3x3; + using OptimizedDepthwiseConvolutionLayer = CLDepthwiseConvolutionLayer; }; /** Collection of CL element-wise functions */ -- cgit v1.2.1