aboutsummaryrefslogtreecommitdiff
path: root/delegate/src/Reduce.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'delegate/src/Reduce.hpp')
-rw-r--r--delegate/src/Reduce.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/delegate/src/Reduce.hpp b/delegate/src/Reduce.hpp
index bcea16fdb0..b8db04ccf2 100644
--- a/delegate/src/Reduce.hpp
+++ b/delegate/src/Reduce.hpp
@@ -107,7 +107,7 @@ TfLiteStatus VisitReduceOperator(DelegateData& delegateData,
bool isSupported = false;
auto validateFunc = [&](const armnn::TensorInfo& outInfo, bool& isSupported)
{
- FORWARD_LAYER_SUPPORT_FUNC(__func__,
+ FORWARD_LAYER_SUPPORT_FUNC("REDUCE",
tfLiteContext,
IsReduceSupported,
delegateData.m_Backends,