mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-06-24 02:14:17 +00:00
* remove AndNode.__floordiv__ AndNode produces a Node that min/max is bounded by [0, 1] so `//` on top of that is almost always 0. we don't really use that either * keep the test |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_disk_cache.py | ||
| test_disk_tensor.py | ||
| test_flopcounter.py | ||
| test_helpers.py | ||
| test_shapetracker.py | ||
| test_shapetracker_math.py | ||
| test_shm_tensor.py | ||
| test_symbolic.py | ||