aboutsummaryrefslogtreecommitdiff
path: root/src/core/cpu/kernels/CpuActivationKernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/cpu/kernels/CpuActivationKernel.h')
-rw-r--r--src/core/cpu/kernels/CpuActivationKernel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/cpu/kernels/CpuActivationKernel.h b/src/core/cpu/kernels/CpuActivationKernel.h
index 083915ba9f..e49171b724 100644
--- a/src/core/cpu/kernels/CpuActivationKernel.h
+++ b/src/core/cpu/kernels/CpuActivationKernel.h
@@ -39,7 +39,7 @@ class CpuActivationKernel : public ICpuKernel
public:
CpuActivationKernel() = default;
ARM_COMPUTE_DISALLOW_COPY_ALLOW_MOVE(CpuActivationKernel);
- /** Set the input and output tensor.
+ /** Configure kernel for a given list of arguments
*
* @note If the output tensor is a nullptr, the activation function will be performed in-place
*