aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/kernels/CpuConcatenateBatchKernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/kernels/CpuConcatenateBatchKernel.h')
-rw-r--r--src/cpu/kernels/CpuConcatenateBatchKernel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cpu/kernels/CpuConcatenateBatchKernel.h b/src/cpu/kernels/CpuConcatenateBatchKernel.h
index 91f2808f81..2b5946571b 100644
--- a/src/cpu/kernels/CpuConcatenateBatchKernel.h
+++ b/src/cpu/kernels/CpuConcatenateBatchKernel.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2019-2021 Arm Limited.
+ * Copyright (c) 2019-2022 Arm Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -36,7 +36,7 @@ namespace kernels
/** Interface for the batch concatenate kernel.
* The input tensor will be concatenated into the output tensor.
*/
-class CpuConcatenateBatchKernel : public ICpuKernel
+class CpuConcatenateBatchKernel : public NewICpuKernel<CpuConcatenateBatchKernel>
{
public:
CpuConcatenateBatchKernel() = default;