aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/NEON/INEOperator.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/NEON/INEOperator.h')
-rw-r--r--arm_compute/runtime/NEON/INEOperator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm_compute/runtime/NEON/INEOperator.h b/arm_compute/runtime/NEON/INEOperator.h
index 184a5959b4..5637d831a3 100644
--- a/arm_compute/runtime/NEON/INEOperator.h
+++ b/arm_compute/runtime/NEON/INEOperator.h
@@ -39,7 +39,7 @@ class Window;
using INEKernel = ICPPKernel;
namespace experimental
{
-/** Basic interface for functions which have a single async Neon kernel */
+/** Basic interface for functions which have a single async CPU kernel */
class INEOperator : public IOperator
{
public: