aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/kernels/CpuConcatenateDepthKernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/kernels/CpuConcatenateDepthKernel.h')
-rw-r--r--src/cpu/kernels/CpuConcatenateDepthKernel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/kernels/CpuConcatenateDepthKernel.h b/src/cpu/kernels/CpuConcatenateDepthKernel.h
index 90b68d3a06..5a0edb95bb 100644
--- a/src/cpu/kernels/CpuConcatenateDepthKernel.h
+++ b/src/cpu/kernels/CpuConcatenateDepthKernel.h
@@ -40,7 +40,7 @@ namespace kernels
/** Interface for the depth concatenate kernel.
* The input tensor will be concatenated into the output tensor.
*/
-class CpuConcatenateDepthKernel : public NewICpuKernel<CpuConcatenateDepthKernel>
+class CpuConcatenateDepthKernel : public ICpuKernel<CpuConcatenateDepthKernel>
{
public:
CpuConcatenateDepthKernel() = default;