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