From bfa767ca56f9776e7dd3eecb4025cfeed87f9936 Mon Sep 17 00:00:00 2001 From: Sadik Armagan Date: Wed, 9 Feb 2022 14:58:03 +0000 Subject: MLCE-754 'Improve operator support error/warning from Arm NN Delegate' * Improved error reporting on armnn_delegate Signed-off-by: Sadik Armagan Change-Id: I1bd131fb56d64b32b1fafad0465256178720226c --- delegate/src/Split.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'delegate/src/Split.hpp') diff --git a/delegate/src/Split.hpp b/delegate/src/Split.hpp index ad55e53ef2..66e229562a 100644 --- a/delegate/src/Split.hpp +++ b/delegate/src/Split.hpp @@ -117,7 +117,7 @@ TfLiteStatus VisitSplitOperator(DelegateData& delegateData, { // Check if supported bool isSupported = false; - FORWARD_LAYER_SUPPORT_FUNC(__func__, + FORWARD_LAYER_SUPPORT_FUNC("SPLIT", tfLiteContext, IsSplitterSupported, delegateData.m_Backends, @@ -309,7 +309,7 @@ TfLiteStatus VisitSplitVOperator(DelegateData& delegateData, { // Check if supported bool isSupported = false; - FORWARD_LAYER_SUPPORT_FUNC(__func__, + FORWARD_LAYER_SUPPORT_FUNC("SPLIT", tfLiteContext, IsSplitterSupported, delegateData.m_Backends, -- cgit v1.2.1