From 892fafe510077fac11610a9081fc10de09ffbef3 Mon Sep 17 00:00:00 2001 From: Keith Davis Date: Thu, 26 Nov 2020 17:40:35 +0000 Subject: IVGCVSW-5374 Provide Android Build for Delegate * Fix Arm Android Compiler errors Signed-off-by: Keith Davis Change-Id: If5fae0fda08b6102eb46217564a096f87a3b6740 --- delegate/src/Activation.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'delegate/src/Activation.hpp') diff --git a/delegate/src/Activation.hpp b/delegate/src/Activation.hpp index 5e8d876110..b50854aca5 100644 --- a/delegate/src/Activation.hpp +++ b/delegate/src/Activation.hpp @@ -22,7 +22,7 @@ TfLiteStatus ValidateActivationOperator(DelegateData& delegateData, armnn::ActivationDescriptor& activationDesc) { bool isSupported = false; - auto validateFunc = [&](const armnn::TensorInfo& outInfo, bool& isSupported) + auto validateFunc = [&](const armnn::TensorInfo& outputInfo, bool& isSupported) { FORWARD_LAYER_SUPPORT_FUNC(__func__, tfLiteContext, -- cgit v1.2.1