aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/layers/Convolution2dLayer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/layers/Convolution2dLayer.hpp')
-rw-r--r--src/armnn/layers/Convolution2dLayer.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/armnn/layers/Convolution2dLayer.hpp b/src/armnn/layers/Convolution2dLayer.hpp
index bd30826823..e88b44da16 100644
--- a/src/armnn/layers/Convolution2dLayer.hpp
+++ b/src/armnn/layers/Convolution2dLayer.hpp
@@ -33,7 +33,9 @@ public:
/// Check if the input tensor shape(s)
/// will lead to a valid configuration of @ref Convolution2dLayer.
- void ValidateTensorShapesFromInputs() override;
+ /// @param [in] shapeInferenceMethod Indicates if output shape shall be overwritten or just validated.
+ void ValidateTensorShapesFromInputs(
+ ShapeInferenceMethod shapeInferenceMethod = ShapeInferenceMethod::ValidateOnly) override;
/// By default returns inputShapes if the number of inputs are equal to number of outputs,
/// otherwise infers the output shapes from given input shapes and layer properties.