Name |
Last commit
|
Last update |
---|---|---|
.. | ||
attr_functor.h | ||
attrs.cc | ||
buffer.cc | ||
data_layout.cc | ||
expr.cc | ||
expr_operator.cc | ||
ir.cc | ||
lowered_func.cc | ||
target_info.cc | ||
tensor.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 |
---|---|---|
.. | ||
attr_functor.h | Loading commit data... | |
attrs.cc | Loading commit data... | |
buffer.cc | Loading commit data... | |
data_layout.cc | Loading commit data... | |
expr.cc | Loading commit data... | |
expr_operator.cc | Loading commit data... | |
ir.cc | Loading commit data... | |
lowered_func.cc | Loading commit data... | |
target_info.cc | Loading commit data... | |
tensor.cc | Loading commit data... |