aboutsummaryrefslogtreecommitdiff
path: root/delegate/classic/src/Unpack.hpp
diff options
context:
space:
mode:
authorNikhil Raj Arm <nikhil.raj@arm.com>2023-08-11 08:55:21 +0000
committerNikhil Raj Arm <nikhil.raj@arm.com>2023-08-11 08:55:21 +0000
commit008270f8c1359a7d62c2f881326b4d3f0d8b7b56 (patch)
tree5496cc6b428e1ecc0740aaf62dba331c77a9a9eb /delegate/classic/src/Unpack.hpp
parent4980e21193f0a14fef084a7f4b4197392f3c0845 (diff)
downloadarmnn-008270f8c1359a7d62c2f881326b4d3f0d8b7b56.tar.gz
Revert "MLCE-1093 Reshape and concat invalid results"
This reverts commit 4980e21193f0a14fef084a7f4b4197392f3c0845. Reason for revert: Android Build for v82a failed due to schema not re-generating Change-Id: Ic19cf471b487f321c97ff837d36526512fb12fa4
Diffstat (limited to 'delegate/classic/src/Unpack.hpp')
-rw-r--r--delegate/classic/src/Unpack.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/delegate/classic/src/Unpack.hpp b/delegate/classic/src/Unpack.hpp
index b3336ec990..2cd32564c1 100644
--- a/delegate/classic/src/Unpack.hpp
+++ b/delegate/classic/src/Unpack.hpp
@@ -96,8 +96,6 @@ TfLiteStatus VisitUnpackOperator(DelegateData& delegateData,
unpackDimSizes[unpackAxis] /= unpackNum;
armnn::SplitterDescriptor splitDesc(unpackNum, static_cast<unsigned int>(unpackDimSizes.size()));
- splitDesc.SetAxis(unpackAxis);
-
for (unsigned int j = 0; j < unpackNum; ++j)
{
// Set the size of the views.