aboutsummaryrefslogtreecommitdiff
path: root/delegate/src/Transpose.hpp
diff options
context:
space:
mode:
authorKeith Davis <keith.davis@arm.com>2020-11-26 17:40:35 +0000
committerKeithARM <keith.davis@arm.com>2020-11-30 16:11:50 +0000
commit892fafe510077fac11610a9081fc10de09ffbef3 (patch)
treebcb331dbf71c3507b83316dd831f6bbd73323fd8 /delegate/src/Transpose.hpp
parent34fa1bd7994af9abf52dbcc4aa808d0fa5f14aa3 (diff)
downloadarmnn-892fafe510077fac11610a9081fc10de09ffbef3.tar.gz
IVGCVSW-5374 Provide Android Build for Delegate
* Fix Arm Android Compiler errors Signed-off-by: Keith Davis <keith.davis@arm.com> Change-Id: If5fae0fda08b6102eb46217564a096f87a3b6740
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);