aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/layers/DepthwiseConvolution2dLayer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/layers/DepthwiseConvolution2dLayer.hpp')
-rw-r--r--src/armnn/layers/DepthwiseConvolution2dLayer.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/armnn/layers/DepthwiseConvolution2dLayer.hpp b/src/armnn/layers/DepthwiseConvolution2dLayer.hpp
index ef7410f1d3..d69d779721 100644
--- a/src/armnn/layers/DepthwiseConvolution2dLayer.hpp
+++ b/src/armnn/layers/DepthwiseConvolution2dLayer.hpp
@@ -56,7 +56,7 @@ protected:
/// Retrieve the handles to the constant values connected to the layer.
/// @return A vector of the constant tensors connected to the layer.
- ConstantTensors GetConstantTensorsByRef() override;
+ ImmutableConstantTensors GetConstantTensorsByRef() const override;
};
} // namespace