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