aboutsummaryrefslogtreecommitdiff
path: root/delegate/src/Transpose.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'delegate/src/Transpose.hpp')
-rw-r--r--delegate/src/Transpose.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/delegate/src/Transpose.hpp b/delegate/src/Transpose.hpp
index f3c348a1c2..580e0624e3 100644
--- a/delegate/src/Transpose.hpp
+++ b/delegate/src/Transpose.hpp
@@ -58,7 +58,6 @@ TfLiteStatus VisitTransposeOperator(DelegateData& delegateData,
}
const armnn::TensorInfo& inputTensorInfo0 = GetTensorInfoForTfLiteTensor(tfLiteInputTensor0);
- const armnn::TensorInfo& inputTensorInfo1 = GetTensorInfoForTfLiteTensor(tfLiteInputTensor1); //permutation tensor
const armnn::TensorInfo& outputTensorInfo = GetTensorInfoForTfLiteTensor(tfLiteOutputTensor);
auto* permTensorDataPtr = tflite::GetTensorData<int32_t>(&tfLiteInputTensor1);