aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/operators/CpuSoftmax.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/operators/CpuSoftmax.h')
-rw-r--r--src/cpu/operators/CpuSoftmax.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cpu/operators/CpuSoftmax.h b/src/cpu/operators/CpuSoftmax.h
index 20f3f006d3..64df8704f9 100644
--- a/src/cpu/operators/CpuSoftmax.h
+++ b/src/cpu/operators/CpuSoftmax.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2021 Arm Limited.
+ * Copyright (c) 2021-2022 Arm Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -92,8 +92,8 @@ private:
CpuPermute _permute_input;
CpuPermute _permute_output;
- std::unique_ptr<ICpuKernel> _max_kernel;
- std::unique_ptr<ICpuKernel> _softmax_kernel;
+ std::unique_ptr<ICPPKernel> _max_kernel;
+ std::unique_ptr<ICPPKernel> _softmax_kernel;
TensorInfo _max;
TensorInfo _tmp;