arm_compute v18.02
[platform/upstream/armcl.git] / arm_compute / core / NEON / kernels / NEGEMMInterleaveBlockedKernel.h
index b9bb18d..f5a1121 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2017 ARM Limited.
+ * Copyright (c) 2017-2018 ARM Limited.
  *
  * SPDX-License-Identifier: MIT
  *
@@ -39,6 +39,10 @@ class ITensor;
 class NEGEMMInterleaveBlockedKernel : public INESimpleKernel
 {
 public:
+    const char *name() const override
+    {
+        return "NEGEMMInterleaveBlockedKernel";
+    }
     /* Constructor */
     NEGEMMInterleaveBlockedKernel();
     /** Initialise the kernel's input and output.