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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/kernels/CpuConcatenateBatchKernel.h b/src/cpu/kernels/CpuConcatenateBatchKernel.h
index 2b5946571b..0de68a5d64 100644
--- a/src/cpu/kernels/CpuConcatenateBatchKernel.h
+++ b/src/cpu/kernels/CpuConcatenateBatchKernel.h
@@ -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 NewICpuKernel<CpuConcatenateBatchKernel>
+class CpuConcatenateBatchKernel : public ICpuKernel<CpuConcatenateBatchKernel>
{
public:
CpuConcatenateBatchKernel() = default;