Halide 18.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 572 of file HalideBuffer.h.
|
inlineexplicit |
Definition at line 623 of file HalideBuffer.h.
|
inline |
The lowest coordinate in this dimension.
Definition at line 577 of file HalideBuffer.h.
References halide_dimension_t::min.
Referenced by Halide::Runtime::Buffer< T, Dims, InClassDimStorage >::copy_from().
|
inline |
The number of elements in memory you have to step over to increment this coordinate by one.
Definition at line 583 of file HalideBuffer.h.
References halide_dimension_t::stride.
|
inline |
The extent of the image along this dimension.
Definition at line 588 of file HalideBuffer.h.
References halide_dimension_t::extent.
|
inline |
The highest coordinate in this dimension.
Definition at line 593 of file HalideBuffer.h.
Referenced by Halide::Runtime::Buffer< T, Dims, InClassDimStorage >::copy_from().
|
inline |
An iterator that points to the min coordinate.
Definition at line 614 of file HalideBuffer.h.
|
inline |
An iterator that points to one past the max coordinate.
Definition at line 619 of file HalideBuffer.h.