Compare commits

..

1 Commits

Author SHA1 Message Date
timekiller ea2ad0c1d3 Update __init__.py
as a test of using git.
2022-10-08 19:58:22 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ from .seed import set_seed, get_seed
from .tensor import Tensor, RowTensor, SparseTensor, COOTensor, CSRTensor
from .variable import Variable
# symbols from dtype
# declare symbols from dtype
__all__ = [
"int8", "byte",
"int16", "short",