aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/NEON/kernels/NEMinMaxLocationKernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/NEON/kernels/NEMinMaxLocationKernel.h')
-rw-r--r--arm_compute/core/NEON/kernels/NEMinMaxLocationKernel.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/arm_compute/core/NEON/kernels/NEMinMaxLocationKernel.h b/arm_compute/core/NEON/kernels/NEMinMaxLocationKernel.h
index ef193d109e..bf2d207af5 100644
--- a/arm_compute/core/NEON/kernels/NEMinMaxLocationKernel.h
+++ b/arm_compute/core/NEON/kernels/NEMinMaxLocationKernel.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2016, 2017 ARM Limited.
+ * Copyright (c) 2016-2018 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -39,6 +39,10 @@ using IImage = ITensor;
class NEMinMaxKernel : public INEKernel
{
public:
+ const char *name() const override
+ {
+ return "NEMinMaxKernel";
+ }
/** Default constructor */
NEMinMaxKernel();
/** Prevent instances of this class from being copied (As this class contains pointers) */
@@ -102,6 +106,10 @@ private:
class NEMinMaxLocationKernel : public INEKernel
{
public:
+ const char *name() const override
+ {
+ return "NEMinMaxLocationKernel";
+ }
/** Default constructor */
NEMinMaxLocationKernel();
/** Prevent instances of this class from being copied (As this class contains pointers) */