aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/layers/ArgMinMaxLayer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/layers/ArgMinMaxLayer.hpp')
-rw-r--r--src/armnn/layers/ArgMinMaxLayer.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/armnn/layers/ArgMinMaxLayer.hpp b/src/armnn/layers/ArgMinMaxLayer.hpp
index ca1337f065..43ea056c9e 100644
--- a/src/armnn/layers/ArgMinMaxLayer.hpp
+++ b/src/armnn/layers/ArgMinMaxLayer.hpp
@@ -25,6 +25,11 @@ public:
/// @param [in] graph The graph into which this layer is being cloned.
ArgMinMaxLayer* Clone(Graph& graph) const override;
+ /// Infers the output shape from a given input shape and axis parameter.
+ /// @param [in] inputShapes The vector of input shapes for ArgMinMax.
+ /// @return A vector of inferred output shapes.
+ std::vector<TensorShape> InferOutputShapes(const std::vector<TensorShape>& inputShapes) const override;
+
/// Check if the input tensor shape(s)
/// will lead to a valid configuration of @ref ArgMinMaxLayer.
void ValidateTensorShapesFromInputs() override;