aboutsummaryrefslogtreecommitdiff
path: root/delegate/src/Resize.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'delegate/src/Resize.hpp')
-rw-r--r--delegate/src/Resize.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/delegate/src/Resize.hpp b/delegate/src/Resize.hpp
index 63f8e6871e..b59006cdef 100644
--- a/delegate/src/Resize.hpp
+++ b/delegate/src/Resize.hpp
@@ -1,5 +1,5 @@
//
-// Copyright © 2020 Arm Ltd and Contributors. All rights reserved.
+// Copyright © 2022 Arm Ltd and Contributors. All rights reserved.
// SPDX-License-Identifier: MIT
//
@@ -86,7 +86,7 @@ TfLiteStatus VisitResizeOperator(DelegateData& delegateData,
}
const armnn::TensorInfo& inputTensorInfo = GetTensorInfoForTfLiteTensor(tfLiteInputTensor);
- const armnn::TensorInfo& outputTensorInfo = GetTensorInfoForTfLiteTensor(tfLiteOutputTensor);
+ const armnn::TensorInfo& outputTensorInfo = GetTensorInfoForTfLiteTensor(tfLiteOutputTensor, true);
std::string layerName("Resize");