aboutsummaryrefslogtreecommitdiff
path: root/delegate/src/Softmax.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'delegate/src/Softmax.hpp')
-rw-r--r--delegate/src/Softmax.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/delegate/src/Softmax.hpp b/delegate/src/Softmax.hpp
index f2570910fb..efc1cbae16 100644
--- a/delegate/src/Softmax.hpp
+++ b/delegate/src/Softmax.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
//
@@ -82,7 +82,7 @@ TfLiteStatus VisitSoftmaxOperator(DelegateData& delegateData,
}
const armnn::TensorInfo& inputTensorInfo = GetTensorInfoForTfLiteTensor(tfLiteInputTensor);
- const armnn::TensorInfo& outputTensorInfo = GetTensorInfoForTfLiteTensor(tfLiteOutputTensor);
+ const armnn::TensorInfo& outputTensorInfo = GetTensorInfoForTfLiteTensor(tfLiteOutputTensor, true);
if (!delegateData.m_Network)