|
Halide 20.0.0
Halide compiler and libraries
|
A class that can represent Vars or RVars. More...
#include <Func.h>
Public Member Functions | |
| VarOrRVar (const std::string &n, bool r) | |
| VarOrRVar (const Var &v) | |
| VarOrRVar (const RVar &r) | |
| VarOrRVar (const RDom &r) | |
| template<int N> | |
| VarOrRVar (const ImplicitVar< N > &u) | |
| const std::string & | name () const |
Public Attributes | |
| Var | var |
| RVar | rvar |
| bool | is_rvar |
A class that can represent Vars or RVars.
Used for reorder calls which can accept a mix of either.
|
inline |
|
inline |
|
inline |
Definition at line 47 of file Func.h.
References is_rvar, Halide::RVar::name(), Halide::Var::name(), rvar, and var.