mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-06-24 02:14:17 +00:00
* start shapetracker * that late reshape is crushing our hopes * simple failure * DumbShapeTracker passes tests * improve st tests * stacked view tracker works * flip works * tests pass * shapetracker works * use ShapeTracker in ops_gpu * a couple lines * fix 0 shape * less lines * use shapetracker for new_shape in ops.py * simpler still * padding with a ZeroView * gamed it a little |
||
|---|---|---|
| .. | ||
| efficientnet | ||
| __init__.py | ||
| test_conv.py | ||
| test_efficientnet.py | ||
| test_gc.py | ||
| test_llops.py | ||
| test_mnist.py | ||
| test_net_speed.py | ||
| test_nn.py | ||
| test_onnx.py | ||
| test_ops.py | ||
| test_optim.py | ||
| test_shapetracker.py | ||
| test_tensor.py | ||
| test_train.py | ||