mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-06-24 02:14:17 +00:00
* testing with the test_ops pattern * add assign test * flake8 complaining about single line fn * slice 2d and minor cleanup * make assign_slice a one-liner * we dont need to repeat the same lambda twice, default tinygrad_fxn to be np_fxn * back assign fn for np array * implement __setitem__ in tensor.py * dont re-slice the ret tesnsor * one liner assign * drop the permute test |
||
|---|---|---|
| .. | ||
| test_disk_tensor.py | ||
| test_example.py | ||
| test_flopcounter.py | ||
| test_helpers.py | ||
| test_shapetracker.py | ||
| test_shm_tensor.py | ||
| test_symbolic.py | ||