aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/layers/TransposeLayer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/layers/TransposeLayer.hpp')
-rw-r--r--src/armnn/layers/TransposeLayer.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/armnn/layers/TransposeLayer.hpp b/src/armnn/layers/TransposeLayer.hpp
index a668ce835e..3e94a9f4d8 100644
--- a/src/armnn/layers/TransposeLayer.hpp
+++ b/src/armnn/layers/TransposeLayer.hpp
@@ -26,7 +26,9 @@ public:
/// Check if the input tensor shape(s)
/// will lead to a valid configuration of @ref TransposeLayer.
- 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 and the permutation vector.
/// @param [in] inputShapes The input shapes layer has.