aboutsummaryrefslogtreecommitdiff
path: root/delegate/src/Resize.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'delegate/src/Resize.hpp')
-rw-r--r--delegate/src/Resize.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/delegate/src/Resize.hpp b/delegate/src/Resize.hpp
index 937cc00c8f..63f8e6871e 100644
--- a/delegate/src/Resize.hpp
+++ b/delegate/src/Resize.hpp
@@ -28,7 +28,7 @@ TfLiteStatus ValidateResizeOperator(DelegateData& delegateData,
const armnn::ResizeDescriptor& descriptor)
{
bool isSupported = false;
- FORWARD_LAYER_SUPPORT_FUNC(__func__,
+ FORWARD_LAYER_SUPPORT_FUNC("RESIZE",
tfLiteContext,
IsResizeSupported,
delegateData.m_Backends,