aboutsummaryrefslogtreecommitdiff
path: root/delegate/src/SpaceDepth.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'delegate/src/SpaceDepth.hpp')
-rw-r--r--delegate/src/SpaceDepth.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/delegate/src/SpaceDepth.hpp b/delegate/src/SpaceDepth.hpp
index 03859b6fcb..ac162fbf54 100644
--- a/delegate/src/SpaceDepth.hpp
+++ b/delegate/src/SpaceDepth.hpp
@@ -45,7 +45,7 @@ TfLiteStatus VisitSpaceToDepthOperator(DelegateData& delegateData,
bool isSupported = false;
auto validateFunc = [&](const armnn::TensorInfo& outInfo, bool& isSupported)
{
- FORWARD_LAYER_SUPPORT_FUNC(__func__,
+ FORWARD_LAYER_SUPPORT_FUNC("SPACE_TO_DEPTH",
tfLiteContext,
IsSpaceToDepthSupported,
delegateData.m_Backends,
@@ -104,7 +104,7 @@ TfLiteStatus VisitDepthToSpaceOperator(DelegateData& delegateData,
bool isSupported = false;
auto validateFunc = [&](const armnn::TensorInfo& outInfo, bool& isSupported)
{
- FORWARD_LAYER_SUPPORT_FUNC(__func__,
+ FORWARD_LAYER_SUPPORT_FUNC("DEPTH_TO_SPACE",
tfLiteContext,
IsDepthToSpaceSupported,
delegateData.m_Backends,