aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/NEON/kernels/NEPoolingLayerKernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/NEON/kernels/NEPoolingLayerKernel.h')
-rw-r--r--arm_compute/core/NEON/kernels/NEPoolingLayerKernel.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arm_compute/core/NEON/kernels/NEPoolingLayerKernel.h b/arm_compute/core/NEON/kernels/NEPoolingLayerKernel.h
index 19c4656679..0b17b76a2c 100644
--- a/arm_compute/core/NEON/kernels/NEPoolingLayerKernel.h
+++ b/arm_compute/core/NEON/kernels/NEPoolingLayerKernel.h
@@ -34,6 +34,10 @@ class ITensor;
class NEPoolingLayerKernel : public INEKernel
{
public:
+ const char *name() const override
+ {
+ return "NEPoolingLayerKernel";
+ }
/** Default constructor */
NEPoolingLayerKernel();
/** Prevent instances of this class from being copied (As this class contains pointers) */