aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/Types.h
diff options
context:
space:
mode:
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