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