aboutsummaryrefslogtreecommitdiff
path: root/OutputShapeUtils.hpp
diff options
context:
space:
mode:
authorAron Virginas-Tar <Aron.Virginas-Tar@arm.com>2019-07-16 11:32:29 +0100
committerÁron Virginás-Tar <aron.virginas-tar@arm.com>2019-07-16 13:31:47 +0000
commitbe5d356c1663009c69c934fd860db1f91863e3d1 (patch)
tree603c9b744147c6875998beadb931afec00e8d3a9 /OutputShapeUtils.hpp
parent9fd373954d64fbae72d1726bbdfc57a18a3a2f6d (diff)
downloadandroid-nn-driver-be5d356c1663009c69c934fd860db1f91863e3d1.tar.gz
IVGCVSW-3522 Support dynamic output shape in hal_1_2::HalPolicy::ConvertResize
Signed-off-by: Aron Virginas-Tar <Aron.Virginas-Tar@arm.com> Change-Id: I962f9759679f539566f7bc3aa75ed3e0bffe7c9f
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 bcb43475..2a832618 100644
--- a/OutputShapeUtils.hpp
+++ b/OutputShapeUtils.hpp
@@ -28,6 +28,9 @@ armnn::TensorShape InferPadOutputShape(const armnn::TensorShape& inputShape,
armnn::TensorShape InferPreluOutputShape(const armnn::TensorShape& inputShape, const armnn::TensorShape& alphaShape);
+armnn::TensorShape InferResizeOutputShape(const armnn::TensorShape& inputShape,
+ const armnn::ResizeDescriptor& descriptor);
+
armnn::TensorShape InferSubOutputShape(const armnn::TensorShape& input0Shape, const armnn::TensorShape& input1Shape);
} // namespace armnn_driver