aboutsummaryrefslogtreecommitdiff
path: root/delegate/src/ArgMinMax.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'delegate/src/ArgMinMax.hpp')
-rw-r--r--delegate/src/ArgMinMax.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/delegate/src/ArgMinMax.hpp b/delegate/src/ArgMinMax.hpp
index 54994dfef7..0b0b13d6ec 100644
--- a/delegate/src/ArgMinMax.hpp
+++ b/delegate/src/ArgMinMax.hpp
@@ -93,7 +93,7 @@ TfLiteStatus VisitArgMinMaxOperator(DelegateData& delegateData,
bool isSupported = false;
auto validateFunc = [&](const armnn::TensorInfo& outInfo, bool& isSupported)
{
- FORWARD_LAYER_SUPPORT_FUNC(__func__,
+ FORWARD_LAYER_SUPPORT_FUNC("ARGMINMAX",
tfLiteContext,
IsArgMinMaxSupported,
delegateData.m_Backends,