From 3175fcf63249673f33fd1638879adad4baab545b Mon Sep 17 00:00:00 2001 From: giuros01 Date: Wed, 21 Nov 2018 09:59:17 +0000 Subject: COMPMID-1720: CL: Implement Tile Change-Id: I2a18f0acea382960a8bc71a8f56928a5998f0dd6 --- arm_compute/core/Types.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'arm_compute/core/Types.h') diff --git a/arm_compute/core/Types.h b/arm_compute/core/Types.h index 9f3857c6cd..d6122a683f 100644 --- a/arm_compute/core/Types.h +++ b/arm_compute/core/Types.h @@ -479,6 +479,9 @@ using PaddingInfo = std::pair; /** List of padding information */ using PaddingList = std::vector; +/** Information to produce a tiled version of a Tensor */ +using Multiples = std::vector; + /** Region of interest */ struct ROI { -- cgit v1.2.1