Halide 19.0.0
Halide compiler and libraries
|
Return a list of reduction variables the expression or tuple depends on. More...
#include <DerivativeUtils.h>
Public Attributes | |
Expr | min |
Expr | extent |
int | index |
ReductionDomain | domain |
std::string | name |
Return a list of reduction variables the expression or tuple depends on.
Definition at line 32 of file DerivativeUtils.h.
Expr Halide::Internal::ReductionVariableInfo::min |
Definition at line 33 of file DerivativeUtils.h.
Expr Halide::Internal::ReductionVariableInfo::extent |
Definition at line 33 of file DerivativeUtils.h.
int Halide::Internal::ReductionVariableInfo::index |
Definition at line 34 of file DerivativeUtils.h.
ReductionDomain Halide::Internal::ReductionVariableInfo::domain |
Definition at line 35 of file DerivativeUtils.h.
std::string Halide::Internal::ReductionVariableInfo::name |
Definition at line 36 of file DerivativeUtils.h.