mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-06-24 02:14:17 +00:00
6 lines
No EOL
353 B
Python
6 lines
No EOL
353 B
Python
from tinygrad.tensor import Tensor # noqa: F401
|
|
from tinygrad.jit import TinyJit # noqa: F401
|
|
from tinygrad.shape.symbolic import Variable # noqa: F401
|
|
from tinygrad.dtype import dtypes # noqa: F401
|
|
from tinygrad.ops import GlobalCounters # noqa: F401
|
|
from tinygrad.device import Device # noqa: F401 |