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 |
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 |
---|---|---|
.. | ||
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... |