aboutsummaryrefslogtreecommitdiff
path: root/OutputShapeUtils.hpp
diff options
context:
space:
mode:
authorEllen Norris-Thompson <ellen.norris-thompson@arm.com>2019-07-11 17:27:37 +0100
committerEllen Norris-Thompson <ellen.norris-thompson@arm.com>2019-07-16 16:21:08 +0100
commit1cb29aa8471f4bf78f53d5cbf0b9dee7fa6b0615 (patch)
treebd73f2bcdce8b9bdfb37b16f6c39ff5aa36b8d08 /OutputShapeUtils.hpp
parent92ec725cb80f6c04f4bc952422fe285f3f42d559 (diff)
downloadandroid-nn-driver-1cb29aa8471f4bf78f53d5cbf0b9dee7fa6b0615.tar.gz
IVGCVSW-3305 Support Minimum in HAL1.2 Driver
* Adds conversion method to HAL1.2 Policy Signed-off-by: Ellen Norris-Thompson <ellen.norris-thompson@arm.com> Change-Id: Ib282f32b2f5e899f1fb085bf615df5f984b6fd34
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 2a832618..7452ced9 100644
--- a/OutputShapeUtils.hpp
+++ b/OutputShapeUtils.hpp
@@ -23,6 +23,9 @@ armnn::TensorShape InferDepthwiseConvolution2dOutputShape(const armnn::TensorSha
armnn::TensorShape InferMaximumOutputShape(const armnn::TensorShape& input0Shape,
const armnn::TensorShape& input1Shape);
+armnn::TensorShape InferMinimumOutputShape(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);