arm_compute v18.02
[platform/upstream/armcl.git] / arm_compute / core / NEON / kernels / NEDirectConvolutionLayerKernel.h
index cd482dd..f859f97 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2017 ARM Limited.
+ * Copyright (c) 2017-2018 ARM Limited.
  *
  * SPDX-License-Identifier: MIT
  *
@@ -34,6 +34,10 @@ class ITensor;
 class NEDirectConvolutionLayerKernel : public INEKernel
 {
 public:
+    const char *name() const override
+    {
+        return "NEDirectConvolutionLayerKernel";
+    }
     /** Default constructor */
     NEDirectConvolutionLayerKernel();
     /** Prevent instances of this class from being copied (As this class contains pointers) */