aboutsummaryrefslogtreecommitdiff
path: root/delegate/src/Slice.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'delegate/src/Slice.hpp')
-rw-r--r--delegate/src/Slice.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/delegate/src/Slice.hpp b/delegate/src/Slice.hpp
index a237034bb6..04b19cb660 100644
--- a/delegate/src/Slice.hpp
+++ b/delegate/src/Slice.hpp
@@ -116,7 +116,7 @@ TfLiteStatus VisitSliceOperator(DelegateData& delegateData,
bool isSupported = false;
auto validateFunc = [&](const armnn::TensorInfo& outInfo, bool& isSupported)
{
- FORWARD_LAYER_SUPPORT_FUNC(__func__,
+ FORWARD_LAYER_SUPPORT_FUNC("SLICE",
tfLiteContext,
IsStridedSliceSupported,
delegateData.m_Backends,