Name |
Last commit
|
Last update |
---|---|---|
.. | ||
algorithm.h | ||
annotation.h | ||
bitserial.h | ||
debug.h | ||
device_copy.h | ||
image.h | ||
memory.h | ||
nn.h | ||
reduce.h | ||
transform.h | ||
vision.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 |
---|---|---|
.. | ||
algorithm.h | Loading commit data... | |
annotation.h | Loading commit data... | |
bitserial.h | Loading commit data... | |
debug.h | Loading commit data... | |
device_copy.h | Loading commit data... | |
image.h | Loading commit data... | |
memory.h | Loading commit data... | |
nn.h | Loading commit data... | |
reduce.h | Loading commit data... | |
transform.h | Loading commit data... | |
vision.h | Loading commit data... |