From d56e770e7c394d13706a21ee350e7dafe4278987 Mon Sep 17 00:00:00 2001 From: Isabella Gottardi Date: Wed, 28 Feb 2018 14:29:36 +0000 Subject: COMPMID-979: Add NHWC data layout to the tensor's metadata (Part 2) Change-Id: I24aa35a85834abf0c9954aba714aeae654615b44 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/122646 Tested-by: Jenkins Reviewed-by: Anthony Barbier --- arm_compute/core/ITensorInfo.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'arm_compute/core/ITensorInfo.h') diff --git a/arm_compute/core/ITensorInfo.h b/arm_compute/core/ITensorInfo.h index 50a1eb2ff1..167fb41bb3 100644 --- a/arm_compute/core/ITensorInfo.h +++ b/arm_compute/core/ITensorInfo.h @@ -132,6 +132,13 @@ public: * @return Dimension of the requested dimension */ virtual size_t dimension(size_t index) const = 0; + /** Return the size of the requested data layout dimension + * + * @param[in] dimension DataLayoutDimension of the dimension + * + * @return Dimension of the requested dimension + */ + virtual size_t dimension(DataLayoutDimension dimension) const = 0; /** The strides in bytes for accessing each dimension of the tensor * * @return Strides in bytes for each tensor dimension -- cgit v1.2.1