aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/Types.h
diff options
context:
space:
mode:
authorgiuros01 <giuseppe.rossini@arm.com>2018-11-21 09:59:17 +0000
committerGiuseppe Rossini <giuseppe.rossini@arm.com>2018-11-27 20:22:05 +0000
commit3175fcf63249673f33fd1638879adad4baab545b (patch)
tree5b870cd5180c122eaa475bf6a08bb3cb8228e09e /arm_compute/core/Types.h
parent0a80d92bcdbdc4f3974d0fbcaa529a71ed539559 (diff)
downloadComputeLibrary-3175fcf63249673f33fd1638879adad4baab545b.tar.gz
COMPMID-1720: CL: Implement Tile
Change-Id: I2a18f0acea382960a8bc71a8f56928a5998f0dd6
Diffstat (limited to 'arm_compute/core/Types.h')
-rw-r--r--arm_compute/core/Types.h3
1 files changed, 3 insertions, 0 deletions
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<uint32_t, uint32_t>;
/** List of padding information */
using PaddingList = std::vector<PaddingInfo>;
+/** Information to produce a tiled version of a Tensor */
+using Multiples = std::vector<uint32_t>;
+
/** Region of interest */
struct ROI
{