Name |
Last commit
|
Last update |
---|---|---|
.. | ||
amalgamation | ||
include/nnvm | ||
make | ||
python | ||
src | ||
tests | ||
tutorials | ||
Makefile | ||
README.md |
dtype.h -> runtime/data_type.h Changes: - Rename all old reference of tvm::Type to DataType - ExprNode.type -> ExprNode.dtype - Expr.type() -> Expr.dtype() - Change Expr related functions to expr_operator. - DataType::min() -> min_value(DataType) - DataType::max() -> max_value(DataType) - Move type constructor Int, UInt, Float, Handle, Bool into DataType. - Int(bits) -> DataType::Int(bits) - UInt(bits) -> DataType::UInt(bits)
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
amalgamation | Loading commit data... | |
include/nnvm | Loading commit data... | |
make | Loading commit data... | |
python | Loading commit data... | |
src | Loading commit data... | |
tests | Loading commit data... | |
tutorials | Loading commit data... | |
Makefile | Loading commit data... | |
README.md | Loading commit data... |