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 538d64e9bb..e48ff84abf 100644
--- a/arm_compute/graph/Types.h
+++ b/arm_compute/graph/Types.h
@@ -47,7 +47,7 @@ using arm_compute::PoolingLayerInfo;
using arm_compute::PoolingType;
/**< Execution hint to the graph executor */
-enum class Hint
+enum class TargetHint
{
DONT_CARE, /**< Run node in any device */
OPENCL, /**< Run node on an OpenCL capable device (GPU) */