mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-06-24 02:14:17 +00:00
* added visitor pattern * pylint bug workaround * added tests, made abstract OpNode inherit from ABC * fixed assert * fix check of abstract classes in negative test * remove assert False |
||
|---|---|---|
| .. | ||
| codegen | ||
| nn | ||
| renderer | ||
| runtime | ||
| shape | ||
| graph.py | ||
| helpers.py | ||
| jit.py | ||
| lazy.py | ||
| mlops.py | ||
| ops.py | ||
| tensor.py | ||