aboutsummaryrefslogtreecommitdiff
path: root/OutputShapeUtils.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'OutputShapeUtils.hpp')
-rw-r--r--OutputShapeUtils.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/OutputShapeUtils.hpp b/OutputShapeUtils.hpp
index be255c28..dac4a193 100644
--- a/OutputShapeUtils.hpp
+++ b/OutputShapeUtils.hpp
@@ -12,6 +12,9 @@ namespace armnn_driver
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);