aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/Types.h
diff options
context:
space:
mode:
authorGeorgios Pinitas <georgios.pinitas@arm.com>2018-08-21 14:41:35 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:54:54 +0000
commit77589b58d55a181d49d5d94126c7e204af2835bc (patch)
tree58664c368f170a270a684e137f1acd7aaa5e2a42 /arm_compute/core/Types.h
parent2aa0ec46622a77c65d7ebb6defe70ea45d72cc17 (diff)
downloadComputeLibrary-77589b58d55a181d49d5d94126c7e204af2835bc.tar.gz
COMPMID-1235: Implements StridedSlice for CL
Change-Id: If2b44da31fae528c76be742b4b3a21fb0eb06b49 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/145284 Reviewed-by: Giuseppe Rossini <giuseppe.rossini@arm.com> Tested-by: Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'arm_compute/core/Types.h')
-rw-r--r--arm_compute/core/Types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arm_compute/core/Types.h b/arm_compute/core/Types.h
index 37a8850237..31f2c88278 100644
--- a/arm_compute/core/Types.h
+++ b/arm_compute/core/Types.h
@@ -45,6 +45,8 @@ using half = half_float::half;
/** Permutation vector */
using PermutationVector = Strides;
+/** Bidirectional strides */
+using BiStrides = Coordinates;
/** Image colour formats */
enum class Format