Halide 19.0.0
Halide compiler and libraries
|
Read-only access to the shape. More...
#include <HalideBuffer.h>
Classes | |
struct | iterator |
An iterator class, so that you can iterate over coordinates in a dimensions using a range-based for loop. More... | |
Public Member Functions | |
HALIDE_ALWAYS_INLINE int | min () const |
The lowest coordinate in this dimension. | |
HALIDE_ALWAYS_INLINE int | stride () const |
The number of elements in memory you have to step over to increment this coordinate by one. | |
HALIDE_ALWAYS_INLINE int | extent () const |
The extent of the image along this dimension. | |
HALIDE_ALWAYS_INLINE int | max () const |
The highest coordinate in this dimension. | |
HALIDE_ALWAYS_INLINE iterator | begin () const |
An iterator that points to the min coordinate. | |
HALIDE_ALWAYS_INLINE iterator | end () const |
An iterator that points to one past the max coordinate. | |
Dimension (const halide_dimension_t &dim) | |
Read-only access to the shape.
Definition at line 573 of file HalideBuffer.h.
|
inlineexplicit |
Definition at line 624 of file HalideBuffer.h.
|
inline |
The lowest coordinate in this dimension.
Definition at line 578 of file HalideBuffer.h.
References halide_dimension_t::min.
Referenced by Halide::Runtime::Buffer< T, Dims, InClassDimStorage >::Dimension::begin(), Halide::Runtime::Buffer< T, Dims, InClassDimStorage >::copy_from(), Halide::Runtime::Buffer< T, Dims, InClassDimStorage >::Dimension::end(), Halide::Runtime::Buffer< T, Dims, InClassDimStorage >::left(), Halide::Runtime::Buffer< T, Dims, InClassDimStorage >::Dimension::max(), Halide::Runtime::Buffer< T, Dims, InClassDimStorage >::min(), and Halide::Runtime::Buffer< T, Dims, InClassDimStorage >::top().
|
inline |
The number of elements in memory you have to step over to increment this coordinate by one.
Definition at line 584 of file HalideBuffer.h.
References halide_dimension_t::stride.
Referenced by Halide::Runtime::Buffer< T, Dims, InClassDimStorage >::stride().
|
inline |
The extent of the image along this dimension.
Definition at line 589 of file HalideBuffer.h.
References halide_dimension_t::extent.
Referenced by Halide::Runtime::Buffer< T, Dims, InClassDimStorage >::channels(), Halide::Runtime::Buffer< T, Dims, InClassDimStorage >::check_overflow(), Halide::Runtime::Buffer< T, Dims, InClassDimStorage >::Dimension::end(), Halide::Runtime::Buffer< T, Dims, InClassDimStorage >::extent(), Halide::Runtime::Buffer< T, Dims, InClassDimStorage >::height(), Halide::Runtime::Buffer< T, Dims, InClassDimStorage >::Dimension::max(), and Halide::Runtime::Buffer< T, Dims, InClassDimStorage >::width().
|
inline |
The highest coordinate in this dimension.
Definition at line 594 of file HalideBuffer.h.
References Halide::Runtime::Buffer< T, Dims, InClassDimStorage >::Dimension::extent(), and Halide::Runtime::Buffer< T, Dims, InClassDimStorage >::Dimension::min().
Referenced by Halide::Runtime::Buffer< T, Dims, InClassDimStorage >::bottom(), Halide::Runtime::Buffer< T, Dims, InClassDimStorage >::copy_from(), and Halide::Runtime::Buffer< T, Dims, InClassDimStorage >::right().
|
inline |
An iterator that points to the min coordinate.
Definition at line 615 of file HalideBuffer.h.
References Halide::Runtime::Buffer< T, Dims, InClassDimStorage >::Dimension::min().
|
inline |
An iterator that points to one past the max coordinate.
Definition at line 620 of file HalideBuffer.h.
References Halide::Runtime::Buffer< T, Dims, InClassDimStorage >::Dimension::extent(), and Halide::Runtime::Buffer< T, Dims, InClassDimStorage >::Dimension::min().