Halide 17.0.2
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 560 of file HalideBuffer.h.
|
inlineexplicit |
Definition at line 611 of file HalideBuffer.h.
|
inline |
The lowest coordinate in this dimension.
Definition at line 565 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 571 of file HalideBuffer.h.
References halide_dimension_t::stride.
|
inline |
The extent of the image along this dimension.
Definition at line 576 of file HalideBuffer.h.
References halide_dimension_t::extent.
|
inline |
The highest coordinate in this dimension.
Definition at line 581 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 602 of file HalideBuffer.h.
|
inline |
An iterator that points to one past the max coordinate.
Definition at line 607 of file HalideBuffer.h.