Halide
Halide::Runtime::Buffer< T, Dims, InClassDimStorage >::Dimension Class Reference

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. More...
 
HALIDE_ALWAYS_INLINE int stride () const
 The number of elements in memory you have to step over to increment this coordinate by one. More...
 
HALIDE_ALWAYS_INLINE int extent () const
 The extent of the image along this dimension. More...
 
HALIDE_ALWAYS_INLINE int max () const
 The highest coordinate in this dimension. More...
 
HALIDE_ALWAYS_INLINE iterator begin () const
 An iterator that points to the min coordinate. More...
 
HALIDE_ALWAYS_INLINE iterator end () const
 An iterator that points to one past the max coordinate. More...
 
 Dimension (const halide_dimension_t &dim)
 

Detailed Description

template<typename T = void, int Dims = AnyDims, int InClassDimStorage = (Dims == AnyDims ? 4 : std::max(Dims, 1))>
class Halide::Runtime::Buffer< T, Dims, InClassDimStorage >::Dimension

Read-only access to the shape.

Definition at line 560 of file HalideBuffer.h.

Constructor & Destructor Documentation

◆ Dimension()

template<typename T = void, int Dims = AnyDims, int InClassDimStorage = (Dims == AnyDims ? 4 : std::max(Dims, 1))>
Halide::Runtime::Buffer< T, Dims, InClassDimStorage >::Dimension::Dimension ( const halide_dimension_t dim)
inline

Definition at line 611 of file HalideBuffer.h.

Member Function Documentation

◆ min()

template<typename T = void, int Dims = AnyDims, int InClassDimStorage = (Dims == AnyDims ? 4 : std::max(Dims, 1))>
HALIDE_ALWAYS_INLINE int Halide::Runtime::Buffer< T, Dims, InClassDimStorage >::Dimension::min ( ) const
inline

The lowest coordinate in this dimension.

Definition at line 565 of file HalideBuffer.h.

References halide_dimension_t::min.

◆ stride()

template<typename T = void, int Dims = AnyDims, int InClassDimStorage = (Dims == AnyDims ? 4 : std::max(Dims, 1))>
HALIDE_ALWAYS_INLINE int Halide::Runtime::Buffer< T, Dims, InClassDimStorage >::Dimension::stride ( ) const
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.

◆ extent()

template<typename T = void, int Dims = AnyDims, int InClassDimStorage = (Dims == AnyDims ? 4 : std::max(Dims, 1))>
HALIDE_ALWAYS_INLINE int Halide::Runtime::Buffer< T, Dims, InClassDimStorage >::Dimension::extent ( ) const
inline

The extent of the image along this dimension.

Definition at line 576 of file HalideBuffer.h.

References halide_dimension_t::extent.

◆ max()

template<typename T = void, int Dims = AnyDims, int InClassDimStorage = (Dims == AnyDims ? 4 : std::max(Dims, 1))>
HALIDE_ALWAYS_INLINE int Halide::Runtime::Buffer< T, Dims, InClassDimStorage >::Dimension::max ( ) const
inline

The highest coordinate in this dimension.

Definition at line 581 of file HalideBuffer.h.

References Halide::min().

◆ begin()

template<typename T = void, int Dims = AnyDims, int InClassDimStorage = (Dims == AnyDims ? 4 : std::max(Dims, 1))>
HALIDE_ALWAYS_INLINE iterator Halide::Runtime::Buffer< T, Dims, InClassDimStorage >::Dimension::begin ( ) const
inline

An iterator that points to the min coordinate.

Definition at line 602 of file HalideBuffer.h.

References Halide::min().

◆ end()

template<typename T = void, int Dims = AnyDims, int InClassDimStorage = (Dims == AnyDims ? 4 : std::max(Dims, 1))>
HALIDE_ALWAYS_INLINE iterator Halide::Runtime::Buffer< T, Dims, InClassDimStorage >::Dimension::end ( ) const
inline

An iterator that points to one past the max coordinate.

Definition at line 607 of file HalideBuffer.h.

References Halide::min().


The documentation for this class was generated from the following file: