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