Name |
Last commit
|
Last update |
---|---|---|
.. | ||
attrs | ||
qnn | ||
adt.h | ||
analysis.h | ||
base.h | ||
error.h | ||
expr.h | ||
expr_functor.h | ||
feature.h | ||
interpreter.h | ||
module.h | ||
op.h | ||
op_attr_types.h | ||
pattern_functor.h | ||
transform.h | ||
type.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 |
---|---|---|
.. | ||
attrs | Loading commit data... | |
qnn | Loading commit data... | |
adt.h | Loading commit data... | |
analysis.h | Loading commit data... | |
base.h | Loading commit data... | |
error.h | Loading commit data... | |
expr.h | Loading commit data... | |
expr_functor.h | Loading commit data... | |
feature.h | Loading commit data... | |
interpreter.h | Loading commit data... | |
module.h | Loading commit data... | |
op.h | Loading commit data... | |
op_attr_types.h | Loading commit data... | |
pattern_functor.h | Loading commit data... | |
transform.h | Loading commit data... | |
type.h | Loading commit data... |