mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-06-24 02:14:17 +00:00
mostly passed TYPED=1 python3 -m pytest -n=auto test/test_ops.py. one last test specifically set an invalid value to test the exception, and to ignore that we need to import typeguard. And to get a working version of typeguard, we would need to get rid of dependency on tensorflow_addons because it requires a very old version of typeguard |
||
|---|---|---|
| .. | ||
| codegen | ||
| engine | ||
| nn | ||
| renderer | ||
| runtime | ||
| shape | ||
| __init__.py | ||
| device.py | ||
| dtype.py | ||
| function.py | ||
| helpers.py | ||
| lazy.py | ||
| multi.py | ||
| ops.py | ||
| py.typed | ||
| tensor.py | ||