aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/layers/MemCopyLayer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/layers/MemCopyLayer.hpp')
-rw-r--r--src/armnn/layers/MemCopyLayer.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/armnn/layers/MemCopyLayer.hpp b/src/armnn/layers/MemCopyLayer.hpp
index d466d0e1c8..10a9f55db3 100644
--- a/src/armnn/layers/MemCopyLayer.hpp
+++ b/src/armnn/layers/MemCopyLayer.hpp
@@ -25,7 +25,9 @@ public:
/// Check if the input tensor shape(s)
/// will lead to a valid configuration of @ref MemCopyLayer.
- void ValidateTensorShapesFromInputs() override;
+ /// @param [in] shapeInferenceMethod Indicates if output shape shall be overwritten or just validated.
+ void ValidateTensorShapesFromInputs(
+ ShapeInferenceMethod shapeInferenceMethod = ShapeInferenceMethod::ValidateOnly) override;
void Accept(ILayerVisitor& visitor) const override;