aboutsummaryrefslogtreecommitdiff
path: root/delegate/src/Normalization.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'delegate/src/Normalization.hpp')
-rw-r--r--delegate/src/Normalization.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/delegate/src/Normalization.hpp b/delegate/src/Normalization.hpp
index 68ff3af32d..fa1c547bd4 100644
--- a/delegate/src/Normalization.hpp
+++ b/delegate/src/Normalization.hpp
@@ -44,7 +44,7 @@ TfLiteStatus VisitL2NormalizationOperator(DelegateData& delegateData,
bool isSupported = false;
auto validateFunc = [&](const armnn::TensorInfo& outInfo, bool& isSupported)
{
- FORWARD_LAYER_SUPPORT_FUNC(__func__,
+ FORWARD_LAYER_SUPPORT_FUNC("L2_NORMALIZATION",
tfLiteContext,
IsL2NormalizationSupported,
delegateData.m_Backends,
@@ -114,7 +114,7 @@ TfLiteStatus VisitLocalResponseNormalizationOperator(DelegateData& delegateData,
bool isSupported = false;
auto validateFunc = [&](const armnn::TensorInfo& outInfo, bool& isSupported)
{
- FORWARD_LAYER_SUPPORT_FUNC(__func__,
+ FORWARD_LAYER_SUPPORT_FUNC("NORMALIZATION",
tfLiteContext,
IsNormalizationSupported,
delegateData.m_Backends,