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