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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arm_compute/graph/Types.h b/arm_compute/graph/Types.h
index c4afba2dee..b1154daef3 100644
--- a/arm_compute/graph/Types.h
+++ b/arm_compute/graph/Types.h
@@ -98,7 +98,6 @@ 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 */