aboutsummaryrefslogtreecommitdiff
path: root/src/graph
diff options
context:
space:
mode:
Diffstat (limited to 'src/graph')
-rw-r--r--src/graph/backends/CL/CLFunctionsFactory.cpp4
-rw-r--r--src/graph/backends/NEON/NEFunctionFactory.cpp4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/graph/backends/CL/CLFunctionsFactory.cpp b/src/graph/backends/CL/CLFunctionsFactory.cpp
index 9f8064e924..c14100ab42 100644
--- a/src/graph/backends/CL/CLFunctionsFactory.cpp
+++ b/src/graph/backends/CL/CLFunctionsFactory.cpp
@@ -59,8 +59,8 @@ struct CLConvolutionLayerFunctions
/** Collection of CL depthwise convolution functions */
struct CLDepthwiseConvolutionLayerFunctions
{
- using GenericDepthwiseConvolutionLayer = CLDepthwiseConvolutionLayer;
- using DepthwiseConvolutionLayer3x3 = CLDepthwiseConvolutionLayer3x3;
+ using GenericDepthwiseConvolutionLayer = CLDepthwiseConvolutionLayer;
+ using OptimizedDepthwiseConvolutionLayer = CLDepthwiseConvolutionLayer3x3;
};
/** Collection of CL element-wise functions */
diff --git a/src/graph/backends/NEON/NEFunctionFactory.cpp b/src/graph/backends/NEON/NEFunctionFactory.cpp
index c31072661b..d4892f53a6 100644
--- a/src/graph/backends/NEON/NEFunctionFactory.cpp
+++ b/src/graph/backends/NEON/NEFunctionFactory.cpp
@@ -65,8 +65,8 @@ struct NEConvolutionLayerFunctions
/** Collection of CL depthwise convolution functions */
struct NEDepthwiseConvolutionLayerFunctions
{
- using GenericDepthwiseConvolutionLayer = NEDepthwiseConvolutionLayer;
- using DepthwiseConvolutionLayer3x3 = NEDepthwiseConvolutionLayer3x3;
+ using GenericDepthwiseConvolutionLayer = NEDepthwiseConvolutionLayer;
+ using OptimizedDepthwiseConvolutionLayer = NEDepthwiseConvolutionLayerOptimized;
};
/** Collection of CL element-wise functions */