aboutsummaryrefslogtreecommitdiff
path: root/delegate/src/LogicalBinary.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'delegate/src/LogicalBinary.hpp')
-rw-r--r--delegate/src/LogicalBinary.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/delegate/src/LogicalBinary.hpp b/delegate/src/LogicalBinary.hpp
index d877585849..2e9091b9d7 100644
--- a/delegate/src/LogicalBinary.hpp
+++ b/delegate/src/LogicalBinary.hpp
@@ -54,7 +54,7 @@ TfLiteStatus VisitLogicalBinaryOperator(DelegateData& delegateData,
bool isSupported = false;
auto validateFunc = [&](const armnn::TensorInfo& outputTensorInfo, bool& isSupported)
{
- FORWARD_LAYER_SUPPORT_FUNC(__func__,
+ FORWARD_LAYER_SUPPORT_FUNC("LOGICAL_BINARY",
tfLiteContext,
IsLogicalBinarySupported,
delegateData.m_Backends,