aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/CPP/kernels/CPPDetectionWindowNonMaximaSuppressionKernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/CPP/kernels/CPPDetectionWindowNonMaximaSuppressionKernel.h')
-rw-r--r--arm_compute/core/CPP/kernels/CPPDetectionWindowNonMaximaSuppressionKernel.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/arm_compute/core/CPP/kernels/CPPDetectionWindowNonMaximaSuppressionKernel.h b/arm_compute/core/CPP/kernels/CPPDetectionWindowNonMaximaSuppressionKernel.h
index 9ca7c64a13..87766a7a56 100644
--- a/arm_compute/core/CPP/kernels/CPPDetectionWindowNonMaximaSuppressionKernel.h
+++ b/arm_compute/core/CPP/kernels/CPPDetectionWindowNonMaximaSuppressionKernel.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2017 ARM Limited.
+ * Copyright (c) 2017-2018 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -39,6 +39,10 @@ namespace arm_compute
class CPPDetectionWindowNonMaximaSuppressionKernel : public ICPPKernel
{
public:
+ const char *name() const override
+ {
+ return "CPPDetectionWindowNonMaximaSuppressionKernel";
+ }
/** Default constructor */
CPPDetectionWindowNonMaximaSuppressionKernel();
/** Prevent instances of this class from being copied (As this class contains pointers) */