aboutsummaryrefslogtreecommitdiff
path: root/delegate/src/Unpack.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'delegate/src/Unpack.hpp')
-rw-r--r--delegate/src/Unpack.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/delegate/src/Unpack.hpp b/delegate/src/Unpack.hpp
index 4163163243..447a4da9ab 100644
--- a/delegate/src/Unpack.hpp
+++ b/delegate/src/Unpack.hpp
@@ -137,7 +137,7 @@ TfLiteStatus VisitUnpackOperator(DelegateData& delegateData,
{
// Check if splitter is supported
bool isSupported = false;
- FORWARD_LAYER_SUPPORT_FUNC(__func__,
+ FORWARD_LAYER_SUPPORT_FUNC("UNPACK",
tfLiteContext,
IsSplitterSupported,
delegateData.m_Backends,
@@ -156,7 +156,7 @@ TfLiteStatus VisitUnpackOperator(DelegateData& delegateData,
if (!delegateData.m_Network)
{
bool isSupported = false;
- FORWARD_LAYER_SUPPORT_FUNC(__func__,
+ FORWARD_LAYER_SUPPORT_FUNC("RESHAPE",
tfLiteContext,
IsReshapeSupported,
delegateData.m_Backends,