aboutsummaryrefslogtreecommitdiff
path: root/src/graph/backends
diff options
context:
space:
mode:
authorGian Marco Iodice <gianmarco.iodice@arm.com>2019-10-16 14:32:55 +0100
committerGian Marco Iodice <gianmarco.iodice@arm.com>2019-10-17 09:40:07 +0000
commit3f8cc5893ca114bf36b7ef65f80a16668fb2e121 (patch)
treeb4bad8b316189c81317542c419d5ac12bda209f0 /src/graph/backends
parent1af089c784ce2c9091fae3c15a4b11379921b690 (diff)
downloadComputeLibrary-3f8cc5893ca114bf36b7ef65f80a16668fb2e121.tar.gz
COMPMID-2813: Update the heuristic in CLDepthWiseConvolutionLayer
Change-Id: I62f3158a6d32e9a96274021e4b6fe8beefa16f71 Signed-off-by: Gian Marco Iodice <gianmarco.iodice@arm.com> Reviewed-on: https://review.mlplatform.org/c/2105 Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'src/graph/backends')
-rw-r--r--src/graph/backends/CL/CLFunctionsFactory.cpp2
1 files changed, 1 insertions, 1 deletions
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 */