aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/graph/Types.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/graph/Types.h')
-rw-r--r--arm_compute/graph/Types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm_compute/graph/Types.h b/arm_compute/graph/Types.h
index b1154daef3..4f3ce76370 100644
--- a/arm_compute/graph/Types.h
+++ b/arm_compute/graph/Types.h
@@ -96,7 +96,7 @@ struct GraphConfig
enum class Target
{
UNSPECIFIED, /**< Unspecified Target */
- NEON, /**< Neon capable target device */
+ NEON, /**< Arm® Neon™ capable target device */
CL, /**< OpenCL capable target device */
};