aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime')
-rw-r--r--arm_compute/runtime/ITransformWeights.h1
-rw-r--r--arm_compute/runtime/experimental/Types.h3
2 files changed, 1 insertions, 3 deletions
diff --git a/arm_compute/runtime/ITransformWeights.h b/arm_compute/runtime/ITransformWeights.h
index 4fb2f89418..f85b7966c5 100644
--- a/arm_compute/runtime/ITransformWeights.h
+++ b/arm_compute/runtime/ITransformWeights.h
@@ -39,7 +39,6 @@ class ITensor;
* Lower two bits store the target:
* 00 -> Neon
* 01 -> CL
- * 10 -> GLES
* 11 -> Unused
*
* Five bits store the id of the reshape function:
diff --git a/arm_compute/runtime/experimental/Types.h b/arm_compute/runtime/experimental/Types.h
index 54ea47d098..ce44253f82 100644
--- a/arm_compute/runtime/experimental/Types.h
+++ b/arm_compute/runtime/experimental/Types.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2020 Arm Limited.
+ * Copyright (c) 2020-2021 Arm Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -35,7 +35,6 @@ enum class MemoryType
{
CPU,
CL,
- GLES
};
} // namespace experimental
} // namespace arm_compute