Name |
Last commit
|
Last update |
---|---|---|
.. | ||
adt.cc | ||
alpha_equal.cc | ||
base.cc | ||
doc.cc | ||
doc.h | ||
error.cc | ||
expr.cc | ||
expr_functor.cc | ||
hash.cc | ||
module.cc | ||
op.cc | ||
pattern_functor.cc | ||
pretty_printer.cc | ||
type.cc | ||
type_functor.cc | ||
type_functor.h |
* [REFACTOR][IR] tvm::Expr -> PrimExpr(Primitive Expr) As part of unified IR, we will need to unify relay::Expr and the current tvm::Expr under the same base type. From the techinical point of view. tvm::Expr is a "primitive" expression that only contains POD types and handles and does not do life-cycle management. This PR renames Expr->PrimExpr to clarify that. We will send a subsequent PR to introduce the base expr class. * Remove legacy VarExpr and ExprHash/Equal
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
adt.cc | Loading commit data... | |
alpha_equal.cc | Loading commit data... | |
base.cc | Loading commit data... | |
doc.cc | Loading commit data... | |
doc.h | Loading commit data... | |
error.cc | Loading commit data... | |
expr.cc | Loading commit data... | |
expr_functor.cc | Loading commit data... | |
hash.cc | Loading commit data... | |
module.cc | Loading commit data... | |
op.cc | Loading commit data... | |
pattern_functor.cc | Loading commit data... | |
pretty_printer.cc | Loading commit data... | |
type.cc | Loading commit data... | |
type_functor.cc | Loading commit data... | |
type_functor.h | Loading commit data... |