aboutsummaryrefslogtreecommitdiff
path: root/delegate/src/Split.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'delegate/src/Split.hpp')
-rw-r--r--delegate/src/Split.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/delegate/src/Split.hpp b/delegate/src/Split.hpp
index ad55e53ef2..66e229562a 100644
--- a/delegate/src/Split.hpp
+++ b/delegate/src/Split.hpp
@@ -117,7 +117,7 @@ TfLiteStatus VisitSplitOperator(DelegateData& delegateData,
{
// Check if supported
bool isSupported = false;
- FORWARD_LAYER_SUPPORT_FUNC(__func__,
+ FORWARD_LAYER_SUPPORT_FUNC("SPLIT",
tfLiteContext,
IsSplitterSupported,
delegateData.m_Backends,
@@ -309,7 +309,7 @@ TfLiteStatus VisitSplitVOperator(DelegateData& delegateData,
{
// Check if supported
bool isSupported = false;
- FORWARD_LAYER_SUPPORT_FUNC(__func__,
+ FORWARD_LAYER_SUPPORT_FUNC("SPLIT",
tfLiteContext,
IsSplitterSupported,
delegateData.m_Backends,