* [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 |
---|---|---|
.. | ||
compute_op.cc | Loading commit data... | |
compute_op.h | Loading commit data... | |
cross_thread_reduction.cc | Loading commit data... | |
extern_op.cc | Loading commit data... | |
hybrid_op.cc | Loading commit data... | |
hybrid_op.h | Loading commit data... | |
op_util.cc | Loading commit data... | |
op_util.h | Loading commit data... | |
placeholder_op.cc | Loading commit data... | |
scan_op.cc | Loading commit data... | |
tensor_compute_op.cc | Loading commit data... | |
tensorize.cc | Loading commit data... |