aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/cpu/operators/CpuPooling.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/cpu/operators/CpuPooling.h')
-rw-r--r--src/runtime/cpu/operators/CpuPooling.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/cpu/operators/CpuPooling.h b/src/runtime/cpu/operators/CpuPooling.h
index aa607b4b44..9ebcd5f6aa 100644
--- a/src/runtime/cpu/operators/CpuPooling.h
+++ b/src/runtime/cpu/operators/CpuPooling.h
@@ -40,7 +40,7 @@ namespace cpu
{
// Forward Declarations
class CpuPoolingAssemblyDispatch;
-/** Basic function to simulate a pooling layer with the specified pooling operation. This function calls the following NEON kernels:
+/** Basic function to simulate a pooling layer with the specified pooling operation. This function calls the following Neon kernels:
*
* -# @ref NEFillBorderKernel (executed if padding size is different from zero)
* -# @ref kernels::CpuPoolingKernel