aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/CPP/kernels/CPPSortEuclideanDistanceKernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/CPP/kernels/CPPSortEuclideanDistanceKernel.h')
-rw-r--r--arm_compute/core/CPP/kernels/CPPSortEuclideanDistanceKernel.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/arm_compute/core/CPP/kernels/CPPSortEuclideanDistanceKernel.h b/arm_compute/core/CPP/kernels/CPPSortEuclideanDistanceKernel.h
index fddd4254bf..1f16177b3b 100644
--- a/arm_compute/core/CPP/kernels/CPPSortEuclideanDistanceKernel.h
+++ b/arm_compute/core/CPP/kernels/CPPSortEuclideanDistanceKernel.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2017 ARM Limited.
+ * Copyright (c) 2017-2018 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -36,6 +36,10 @@ namespace arm_compute
class CPPSortEuclideanDistanceKernel : public ICPPKernel
{
public:
+ const char *name() const override
+ {
+ return "CPPSortEuclideanDistanceKernel";
+ }
/** Default constructor */
CPPSortEuclideanDistanceKernel();
/** Prevent instances of this class from being copied (As this class contains pointers) */