aboutsummaryrefslogtreecommitdiff
path: root/src/core/NEON/INESimpleKernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/NEON/INESimpleKernel.h')
-rw-r--r--src/core/NEON/INESimpleKernel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/NEON/INESimpleKernel.h b/src/core/NEON/INESimpleKernel.h
index d2b6de427b..2986e7b5c9 100644
--- a/src/core/NEON/INESimpleKernel.h
+++ b/src/core/NEON/INESimpleKernel.h
@@ -28,7 +28,7 @@
namespace arm_compute
{
-/** Interface for simple Neon kernels having 1 tensor input and 1 tensor output */
+/** Interface for simple CPU kernels having 1 tensor input and 1 tensor output */
using INESimpleKernel = ICPPSimpleKernel;
} // namespace arm_compute
#endif /*ARM_COMPUTE_INESIMPLEKERNEL_H */