IVGCVSW-3306 Add Maximum support in HAL 1.2 driver

Signed-off-by: Narumol Prangnawarat <narumol.prangnawarat@arm.com>
Change-Id: I94e410058ffc1ce39465498c12e10cb5669e7ed3
diff --git a/OutputShapeUtils.hpp b/OutputShapeUtils.hpp
index be255c2..dac4a19 100644
--- a/OutputShapeUtils.hpp
+++ b/OutputShapeUtils.hpp
@@ -12,6 +12,9 @@
 
 bool IsDynamicOutput(const armnn::TensorInfo& outputInfo);
 
+armnn::TensorShape InferMaximumOutputShape(const armnn::TensorShape& input0Shape,
+                                           const armnn::TensorShape& input1Shape);
+
 armnn::TensorShape InferPadOutputShape(const armnn::TensorShape& inputShape,
                                        const std::vector<std::pair<unsigned int, unsigned int>>& padList);