aboutsummaryrefslogtreecommitdiff
path: root/delegate/src/Comparison.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'delegate/src/Comparison.hpp')
-rw-r--r--delegate/src/Comparison.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/delegate/src/Comparison.hpp b/delegate/src/Comparison.hpp
index 2e6a7db4b6..ce12e9f7c3 100644
--- a/delegate/src/Comparison.hpp
+++ b/delegate/src/Comparison.hpp
@@ -91,7 +91,7 @@ TfLiteStatus VisitComparisonOperator(DelegateData& delegateData,
auto validateFunc = [&](const armnn::TensorInfo& outputTensorInfo, bool& isSupported)
{
- FORWARD_LAYER_SUPPORT_FUNC(__func__,
+ FORWARD_LAYER_SUPPORT_FUNC("COMPARISON",
tfLiteContext,
IsComparisonSupported,
delegateData.m_Backends,