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 222c1235..85cafbf6 100644
--- a/OutputShapeUtils.hpp
+++ b/OutputShapeUtils.hpp
@@ -32,6 +32,9 @@ armnn::TensorShape InferPreluOutputShape(const armnn::TensorShape& inputShape, c
armnn::TensorShape InferResizeOutputShape(const armnn::TensorShape& inputShape,
const armnn::ResizeDescriptor& descriptor);
+armnn::TensorShape InferSpaceToDepthOutputShape(const armnn::TensorShape& inputShape,
+ const armnn::SpaceToDepthDescriptor& descriptor);
+
armnn::TensorShape InferSubOutputShape(const armnn::TensorShape& input0Shape, const armnn::TensorShape& input1Shape);
} // namespace armnn_driver