aboutsummaryrefslogtreecommitdiff
path: root/delegate/src/Unpack.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'delegate/src/Unpack.hpp')
-rw-r--r--delegate/src/Unpack.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/delegate/src/Unpack.hpp b/delegate/src/Unpack.hpp
index 447a4da9ab..aaea00532f 100644
--- a/delegate/src/Unpack.hpp
+++ b/delegate/src/Unpack.hpp
@@ -1,5 +1,5 @@
//
-// Copyright © 2021 Arm Ltd and Contributors. All rights reserved.
+// Copyright © 2022 Arm Ltd and Contributors. All rights reserved.
// SPDX-License-Identifier: MIT
//
@@ -114,7 +114,7 @@ TfLiteStatus VisitUnpackOperator(DelegateData& delegateData,
{
return kTfLiteError;
}
- outputs.push_back(GetTensorInfoForTfLiteTensor(tfLiteOutputTensor));
+ outputs.push_back(GetTensorInfoForTfLiteTensor(tfLiteOutputTensor, true));
}
const std::vector<std::reference_wrapper<armnn::TensorInfo>> outputTensorInfos(outputs.begin(), outputs.end());