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