aboutsummaryrefslogtreecommitdiff
path: root/delegate/src/Pooling.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'delegate/src/Pooling.hpp')
-rw-r--r--delegate/src/Pooling.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/delegate/src/Pooling.hpp b/delegate/src/Pooling.hpp
index 07c1946d73..4095ac4ac2 100644
--- a/delegate/src/Pooling.hpp
+++ b/delegate/src/Pooling.hpp
@@ -85,7 +85,7 @@ TfLiteStatus VisitPoolingOperator(DelegateData& delegateData,
bool isSupported = false;
auto validateFunc = [&](const armnn::TensorInfo& outputTensorInfo, bool& isSupported)
{
- FORWARD_LAYER_SUPPORT_FUNC(__func__,
+ FORWARD_LAYER_SUPPORT_FUNC("POOLING_2D",
tfLiteContext,
IsPooling2dSupported,
delegateData.m_Backends,