aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/kernels/CpuConvertFullyConnectedWeightsKernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/kernels/CpuConvertFullyConnectedWeightsKernel.h')
-rw-r--r--src/cpu/kernels/CpuConvertFullyConnectedWeightsKernel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/kernels/CpuConvertFullyConnectedWeightsKernel.h b/src/cpu/kernels/CpuConvertFullyConnectedWeightsKernel.h
index 001a6fcab0..9a1393323b 100644
--- a/src/cpu/kernels/CpuConvertFullyConnectedWeightsKernel.h
+++ b/src/cpu/kernels/CpuConvertFullyConnectedWeightsKernel.h
@@ -41,7 +41,7 @@ namespace kernels
*
* @note This function assumes the weights are already reshaped (transposed)
*/
-class CpuConvertFullyConnectedWeightsKernel : public NewICpuKernel<CpuConvertFullyConnectedWeightsKernel>
+class CpuConvertFullyConnectedWeightsKernel : public ICpuKernel<CpuConvertFullyConnectedWeightsKernel>
{
public:
CpuConvertFullyConnectedWeightsKernel() = default;