aboutsummaryrefslogtreecommitdiff
path: root/delegate/src/Control.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'delegate/src/Control.hpp')
-rw-r--r--delegate/src/Control.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/delegate/src/Control.hpp b/delegate/src/Control.hpp
index f20b9f0cc3..7e02de1bdf 100644
--- a/delegate/src/Control.hpp
+++ b/delegate/src/Control.hpp
@@ -121,7 +121,7 @@ TfLiteStatus VisitConcatenationOperator(DelegateData& delegateData,
bool isSupported = false;
auto validateFunc = [&](const armnn::TensorInfo& outputTensorInfo, bool& isSupported)
{
- FORWARD_LAYER_SUPPORT_FUNC(__func__,
+ FORWARD_LAYER_SUPPORT_FUNC("CONCATENATION",
tfLiteContext,
IsConcatSupported,
delegateData.m_Backends,
@@ -260,7 +260,7 @@ TfLiteStatus VisitMeanOperator(DelegateData& delegateData,
bool isSupported = false;
auto validateFunc = [&](const armnn::TensorInfo& outputTensorInfo, bool& isSupported)
{
- FORWARD_LAYER_SUPPORT_FUNC(__func__,
+ FORWARD_LAYER_SUPPORT_FUNC("MEAN",
tfLiteContext,
IsMeanSupported,
delegateData.m_Backends,