aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/layers/StandInLayer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/layers/StandInLayer.hpp')
-rw-r--r--src/armnn/layers/StandInLayer.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/armnn/layers/StandInLayer.hpp b/src/armnn/layers/StandInLayer.hpp
index d087b939bb..a7e4a2c400 100644
--- a/src/armnn/layers/StandInLayer.hpp
+++ b/src/armnn/layers/StandInLayer.hpp
@@ -26,7 +26,9 @@ public:
/// Check if the input tensor shape(s)
/// Does nothing since cannot validate any properties of this layer.
- void ValidateTensorShapesFromInputs() override;
+ /// @param [in] shapeInferenceMethod Indicates if output shape shall be overwritten or just validated.
+ void ValidateTensorShapesFromInputs(
+ ShapeInferenceMethod shapeInferenceMethod = ShapeInferenceMethod::ValidateOnly) override;
/// Empty implementation that throws Exception if called.
/// otherwise infers the output shapes from given input shapes and layer properties.