Halide 21.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 576 of file HalideBuffer.h.
|
inlineexplicit |
Definition at line 627 of file HalideBuffer.h.
|
inline |
The lowest coordinate in this dimension.
Definition at line 581 of file HalideBuffer.h.
|
inline |
The number of elements in memory you have to step over to increment this coordinate by one.
Definition at line 587 of file HalideBuffer.h.
|
inline |
The extent of the image along this dimension.
Definition at line 592 of file HalideBuffer.h.
|
inline |
The highest coordinate in this dimension.
Definition at line 597 of file HalideBuffer.h.
|
inline |
An iterator that points to the min coordinate.
Definition at line 618 of file HalideBuffer.h.
|
inline |
An iterator that points to one past the max coordinate.
Definition at line 623 of file HalideBuffer.h.