aboutsummaryrefslogtreecommitdiff
path: root/OutputShapeUtils.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'OutputShapeUtils.hpp')
-rw-r--r--OutputShapeUtils.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/OutputShapeUtils.hpp b/OutputShapeUtils.hpp
index 7452ced9..222c1235 100644
--- a/OutputShapeUtils.hpp
+++ b/OutputShapeUtils.hpp
@@ -10,8 +10,6 @@
namespace armnn_driver
{
-bool IsDynamicOutput(const armnn::TensorInfo& outputInfo);
-
armnn::TensorShape InferConvolution2dOutputShape(const armnn::TensorShape& inputShape,
const armnn::TensorShape& kernelShape,
const armnn::Convolution2dDescriptor& descriptor);
@@ -37,5 +35,3 @@ armnn::TensorShape InferResizeOutputShape(const armnn::TensorShape& inputShape,
armnn::TensorShape InferSubOutputShape(const armnn::TensorShape& input0Shape, const armnn::TensorShape& input1Shape);
} // namespace armnn_driver
-
-