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