From 77589b58d55a181d49d5d94126c7e204af2835bc Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Tue, 21 Aug 2018 14:41:35 +0100 Subject: COMPMID-1235: Implements StridedSlice for CL Change-Id: If2b44da31fae528c76be742b4b3a21fb0eb06b49 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/145284 Reviewed-by: Giuseppe Rossini Tested-by: Jenkins --- arm_compute/core/Types.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arm_compute/core/Types.h') 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 -- cgit v1.2.1