aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/graph2/Types.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/graph2/Types.h')
-rw-r--r--arm_compute/graph2/Types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arm_compute/graph2/Types.h b/arm_compute/graph2/Types.h
index b619cf1673..2625657393 100644
--- a/arm_compute/graph2/Types.h
+++ b/arm_compute/graph2/Types.h
@@ -93,6 +93,7 @@ enum class Target
UNSPECIFIED, /**< Unspecified Target */
NEON, /**< NEON capable target device */
CL, /**< OpenCL capable target device */
+ GC, /**< GLES compute capable target device */
};
/** Supported Element-wise operations */