Halide 19.0.0
Halide compiler and libraries
|
A single named dimension of a reduction domain. More...
#include <Reduction.h>
Classes | |
struct | Compare |
This lets you use a ReductionVariable as a key in a map of the form map<ReductionVariable, Foo, ReductionVariable::Compare> More... | |
Public Attributes | |
std::string | var |
Expr | min |
Expr | extent |
A single named dimension of a reduction domain.
Definition at line 16 of file Reduction.h.
std::string Halide::Internal::ReductionVariable::var |
Definition at line 17 of file Reduction.h.
Referenced by Halide::Internal::ReductionVariable::Compare::operator()().
Expr Halide::Internal::ReductionVariable::min |
Definition at line 18 of file Reduction.h.
Expr Halide::Internal::ReductionVariable::extent |
Definition at line 18 of file Reduction.h.