aboutsummaryrefslogtreecommitdiff
path: root/OutputShapeUtils.hpp
diff options
context:
space:
mode:
authorAron Virginas-Tar <Aron.Virginas-Tar@arm.com>2019-07-23 14:01:37 +0100
committerAron Virginas-Tar <Aron.Virginas-Tar@arm.com>2019-07-23 14:33:20 +0100
commit573a8fa04ef0774fe44a4ac6669582a6bf753d6e (patch)
treeefb5f466c71af293597506ee77dcf9f944c6559f /OutputShapeUtils.hpp
parent074c25a1535b648fdf19d7f6648e8aceef9aa7ad (diff)
downloadandroid-nn-driver-573a8fa04ef0774fe44a4ac6669582a6bf753d6e.tar.gz
IVGCVSW-3553 Fix failing zero_sized tests
Signed-off-by: Aron Virginas-Tar <Aron.Virginas-Tar@arm.com> Change-Id: Idd10f34babc0d2552d599872b853ba5fb5c98351
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
-
-