aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/NEON/kernels/NESobel7x7Kernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/NEON/kernels/NESobel7x7Kernel.h')
-rw-r--r--arm_compute/core/NEON/kernels/NESobel7x7Kernel.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/arm_compute/core/NEON/kernels/NESobel7x7Kernel.h b/arm_compute/core/NEON/kernels/NESobel7x7Kernel.h
index 5683f7c3e0..a5cc86d7a8 100644
--- a/arm_compute/core/NEON/kernels/NESobel7x7Kernel.h
+++ b/arm_compute/core/NEON/kernels/NESobel7x7Kernel.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 NESobel7x7HorKernel : public INEKernel
{
public:
+ const char *name() const override
+ {
+ return "NESobel7x7HorKernel";
+ }
/** Default constructor */
NESobel7x7HorKernel();
/** Prevent instances of this class from being copied (As this class contains pointers) */
@@ -79,6 +83,10 @@ private:
class NESobel7x7VertKernel : public INEKernel
{
public:
+ const char *name() const override
+ {
+ return "NESobel7x7VertKernel";
+ }
/** Default constructor */
NESobel7x7VertKernel();
/** Prevent instances of this class from being copied (As this class contains pointers) */