aboutsummaryrefslogtreecommitdiff
path: root/src/graph/backends/NEON/NEFunctionFactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/graph/backends/NEON/NEFunctionFactory.cpp')
-rw-r--r--src/graph/backends/NEON/NEFunctionFactory.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/graph/backends/NEON/NEFunctionFactory.cpp b/src/graph/backends/NEON/NEFunctionFactory.cpp
index d4892f53a6..ad96240a4b 100644
--- a/src/graph/backends/NEON/NEFunctionFactory.cpp
+++ b/src/graph/backends/NEON/NEFunctionFactory.cpp
@@ -80,8 +80,9 @@ struct NEEltwiseFunctions
/** Function and tensor types to be used inside a NEON fused convolution/batch normalization layer */
struct NEFusedLayerTypes
{
- using ConvolutionLayer = NEConvolutionLayer;
- using FuseBatchNormalization = NEFuseBatchNormalization;
+ using ConvolutionLayer = NEConvolutionLayer;
+ using DepthwiseConvolutionLayer = NEDepthwiseConvolutionLayer;
+ using FuseBatchNormalization = NEFuseBatchNormalization;
};
namespace detail