From f69ae5602f370b8f108618a8f01e39a9538d3651 Mon Sep 17 00:00:00 2001 From: Teresa Charlin Date: Thu, 27 Apr 2023 14:42:23 +0100 Subject: IVGCVSW-7589 IVGCVSW-7595 IVGCVSW-7593 ElementwiseUnary, Normalization and LogicalBinary operators for opaque delegate * Report the operator as part of the layer name for: - LogicalBinary, - ElementwiseUnary - Comparison - Activation * Fixing indentation in Gather.hpp * Removing not needed includes in Gather, GatherNd and Comparison * Correct end of namespace comment in Comparison * Correct log from TfLiteArmnnDelegate to TfLiteArmnnOpaqueDelegate Signed-off-by: Teresa Charlin Change-Id: Ia0d497709309e912d31eb4b6db0fef9e79b7a3af --- delegate/opaque/src/Control.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'delegate/opaque/src/Control.hpp') diff --git a/delegate/opaque/src/Control.hpp b/delegate/opaque/src/Control.hpp index abc6b6fb0e..bcf3c3380b 100644 --- a/delegate/opaque/src/Control.hpp +++ b/delegate/opaque/src/Control.hpp @@ -86,7 +86,7 @@ TfLiteStatus VisitConcatenationOperator(DelegateData& delegateData, if(!concatenationParameters) { - throw armnn::Exception(&"TfLiteArmnnDelegate: Concat parameters are null in: " [ nodeIndex ]); + throw armnn::Exception(&"TfLiteArmnnOpaqueDelegate: Concat parameters are null in: " [ nodeIndex ]); } const auto concatDimInput = static_cast( -- cgit v1.2.1