__init__.py 106 B

1234
  1. # -*- coding: utf-8 -*-
  2. import pytraph.core.dtype
  3. import pytraph.core.tensor
  4. __all__ = ["dtype", "tensor"]