Name |
Last commit
|
Last update |
---|---|---|
.. | ||
convolution.cc | ||
nn.cc | ||
nn_common.h | ||
pooling.cc | ||
upsampling.cc |
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 |
---|---|---|
.. | ||
convolution.cc | Loading commit data... | |
nn.cc | Loading commit data... | |
nn_common.h | Loading commit data... | |
pooling.cc | Loading commit data... | |
upsampling.cc | Loading commit data... |