aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/graph2/Types.h
diff options
context:
space:
mode:
authorGeorgios Pinitas <georgios.pinitas@arm.com>2018-03-27 17:15:49 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:49:16 +0000
commitfbb805450c1509cee2d9270bc8e04ce9165ac4bc (patch)
treea97ace1862360e232268b5071b79d6cdaf887455 /arm_compute/graph2/Types.h
parent3672df36e7b61f280d66b6cbb11c2b4254fbbc8c (diff)
downloadComputeLibrary-fbb805450c1509cee2d9270bc8e04ce9165ac4bc.tar.gz
COMPMID-1028: Add GLES backend
Change-Id: If3172cdb6528dbc20262836174aedaef52c78bdb Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/126111 Tested-by: Jenkins <bsgcomp@arm.com> Reviewed-by: Anthony Barbier <anthony.barbier@arm.com>
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 */