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.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
{