aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/layers/MergeLayer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/layers/MergeLayer.hpp')
-rw-r--r--src/armnn/layers/MergeLayer.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/armnn/layers/MergeLayer.hpp b/src/armnn/layers/MergeLayer.hpp
index 145284475c..3d0cf52c77 100644
--- a/src/armnn/layers/MergeLayer.hpp
+++ b/src/armnn/layers/MergeLayer.hpp
@@ -25,7 +25,9 @@ public:
/// Check if the input tensor shape(s)
/// will lead to a valid configuration of @ref MergeLayer.
- void ValidateTensorShapesFromInputs() override;
+ /// @param [in] shapeInferenceMethod Indicates if output shape shall be overwritten or just validated.
+ void ValidateTensorShapesFromInputs(
+ ShapeInferenceMethod shapeInferenceMethod = ShapeInferenceMethod::ValidateOnly) override;
/// Infers the output shapes from given input shapes.
/// @param [in] inputShapes The input shapes layer has.