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