Halide 19.0.0
Halide compiler and libraries
|
#include <Associativity.h>
Public Member Functions | |
Replacement ()=default | |
Replacement (const std::string &var, Expr expr) | |
bool | operator== (const Replacement &other) const |
bool | operator!= (const Replacement &other) const |
Public Attributes | |
std::string | var |
Variable name that is used to replace the expr in 'op'. | |
Expr | expr |
Definition at line 62 of file Associativity.h.
|
default |
|
inline |
Definition at line 68 of file Associativity.h.
|
inline |
Definition at line 72 of file Associativity.h.
References Halide::Internal::equal(), expr, and var.
|
inline |
Definition at line 75 of file Associativity.h.
std::string Halide::Internal::AssociativeOp::Replacement::var |
Variable name that is used to replace the expr in 'op'.
Definition at line 64 of file Associativity.h.
Referenced by operator==().
Expr Halide::Internal::AssociativeOp::Replacement::expr |
Definition at line 65 of file Associativity.h.
Referenced by operator==().