Searched defs:ValidRegion (Results 1 – 1 of 1) sorted by relevance
188 struct ValidRegion struct191 ValidRegion() in ValidRegion() argument201 ValidRegion &operator=(const ValidRegion &) = default; argument203 ValidRegion &operator=(ValidRegion &&) = default; argument213 ValidRegion(const Coordinates &an_anchor, const TensorShape &a_shape) in ValidRegion() argument226 ValidRegion(const Coordinates &an_anchor, const TensorShape &a_shape, size_t num_dimensions) in ValidRegion() function253 ValidRegion &set(size_t dimension, int start, size_t size) in set() argument260 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