tvm
|
Functors for tir expressions. More...
Go to the source code of this file.
Classes | |
class | tvm::tir::ExprFunctor< R(const PrimExpr &n, Args...)> |
class | tvm::tir::ExprVisitor |
ExprVisitor. More... | |
class | tvm::tir::ExprMutator |
ExprMutator that mutates expressions. More... | |
Namespaces | |
tvm | |
runtime implementation for LibTorch/TorchScript. | |
tvm::tir | |
Macros | |
#define | EXPR_FUNCTOR_DEFAULT { return VisitExprDefault_(op, std::forward<Args>(args)...); } |
#define | IR_EXPR_FUNCTOR_DISPATCH(OP) |
Functors for tir expressions.
#define EXPR_FUNCTOR_DEFAULT { return VisitExprDefault_(op, std::forward<Args>(args)...); } |
#define IR_EXPR_FUNCTOR_DISPATCH | ( | OP | ) |