Name |
Last commit
|
Last update |
---|---|---|
.. | ||
api_arith.cc | ||
api_base.cc | ||
api_codegen.cc | ||
api_ir.cc | ||
api_lang.cc | ||
api_pass.cc | ||
api_schedule.cc | ||
api_test.cc |
* [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 |
---|---|---|
.. | ||
api_arith.cc | Loading commit data... | |
api_base.cc | Loading commit data... | |
api_codegen.cc | Loading commit data... | |
api_ir.cc | Loading commit data... | |
api_lang.cc | Loading commit data... | |
api_pass.cc | Loading commit data... | |
api_schedule.cc | Loading commit data... | |
api_test.cc | Loading commit data... |