Home
last modified time | relevance | path

Searched defs:ValidRegion (Results 1 – 1 of 1) sorted by relevance

/external/ComputeLibrary/arm_compute/core/
DTypes.h188 struct ValidRegion struct
191 ValidRegion() in ValidRegion() argument
201 ValidRegion &operator=(const ValidRegion &) = default; argument
203 ValidRegion &operator=(ValidRegion &&) = default; argument
213 ValidRegion(const Coordinates &an_anchor, const TensorShape &a_shape) in ValidRegion() argument
226 ValidRegion(const Coordinates &an_anchor, const TensorShape &a_shape, size_t num_dimensions) in ValidRegion() function
253 ValidRegion &set(size_t dimension, int start, size_t size) in set() argument
260 Coordinates anchor; /**< Anchor for the start of the valid region. */
261 TensorShape shape; /**< Shape of the valid region. */
2209 ValidRegion, /**< Prints the valid region of the Tensor object */ enumerator