Name |
Last commit
|
Last update |
---|---|---|
.. | ||
add.cc | ||
concatenate.cc | ||
convolution.cc | ||
dense.cc | ||
dequantize.cc | ||
mul.cc | ||
op_common.h | ||
quantize.cc | ||
requantize.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 |
---|---|---|
.. | ||
add.cc | Loading commit data... | |
concatenate.cc | Loading commit data... | |
convolution.cc | Loading commit data... | |
dense.cc | Loading commit data... | |
dequantize.cc | Loading commit data... | |
mul.cc | Loading commit data... | |
op_common.h | Loading commit data... | |
quantize.cc | Loading commit data... | |
requantize.cc | Loading commit data... |