aboutsummaryrefslogtreecommitdiff
path: root/OutputShapeUtils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'OutputShapeUtils.cpp')
-rw-r--r--OutputShapeUtils.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/OutputShapeUtils.cpp b/OutputShapeUtils.cpp
index e3812a36..0c897d11 100644
--- a/OutputShapeUtils.cpp
+++ b/OutputShapeUtils.cpp
@@ -96,11 +96,6 @@ namespace armnn_driver
using namespace armnn;
-bool IsDynamicOutput(const TensorInfo& outputInfo)
-{
- return outputInfo.GetNumElements() == 0u;
-}
-
TensorShape InferConvolution2dOutputShape(const TensorShape& inputShape,
const TensorShape& kernelShape,
const Convolution2dDescriptor& descriptor)
@@ -177,4 +172,4 @@ TensorShape InferSubOutputShape(const TensorShape& input0Shape, const TensorShap
return CalculateMaxShape(input0Shape, input1Shape);
}
-} // namespace armnn_driver \ No newline at end of file
+} // namespace armnn_driver