Compare commits

..

No commits in common. "shulv" and "master" have entirely different histories.

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
# declare symbols from dtype
# symbols from dtype
__all__ = [
"int8", "byte",
"int16", "short",