aboutsummaryrefslogtreecommitdiff
path: root/delegate/src/Softmax.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'delegate/src/Softmax.hpp')
-rw-r--r--delegate/src/Softmax.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/delegate/src/Softmax.hpp b/delegate/src/Softmax.hpp
index 0de8e1438c..f2570910fb 100644
--- a/delegate/src/Softmax.hpp
+++ b/delegate/src/Softmax.hpp
@@ -22,7 +22,7 @@ TfLiteStatus ValidateSoftmaxOperator(DelegateData& delegateData,
const armnn::SoftmaxDescriptor& descriptor)
{
bool isSupported = false;
- FORWARD_LAYER_SUPPORT_FUNC(__func__,
+ FORWARD_LAYER_SUPPORT_FUNC("SOFTMAX",
tfLiteContext,
IsSoftmaxSupported,
delegateData.m_Backends,
@@ -41,7 +41,7 @@ TfLiteStatus ValidateLogSoftmaxOperator(DelegateData& delegateData,
const armnn::LogSoftmaxDescriptor& descriptor)
{
bool isSupported = false;
- FORWARD_LAYER_SUPPORT_FUNC(__func__,
+ FORWARD_LAYER_SUPPORT_FUNC("LOG_SOFTMAX",
tfLiteContext,
IsLogSoftmaxSupported,
delegateData.m_Backends,