mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-06-24 02:14:17 +00:00
* refector rendering a reduceop into it's own function (will help for kernels with multiple reduceops) * linters * addressing concerns |
||
|---|---|---|
| .. | ||
| codegen | ||
| engine | ||
| features | ||
| nn | ||
| renderer | ||
| runtime | ||
| shape | ||
| __init__.py | ||
| buffer.py | ||
| device.py | ||
| dtype.py | ||
| function.py | ||
| helpers.py | ||
| lazy.py | ||
| ops.py | ||
| tensor.py | ||