mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-06-24 02:14:17 +00:00
* replace broadcasting with expand * Tensor, not self * remove broadcasting from mlops * delete useless A operator * expand, not repeat * remove A op * expand on gpu * binary_op doesn't broadcast anymore * expand is still total junk, but the tests should pass |
||
|---|---|---|
| .. | ||
| 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_tensor.py | ||
| test_train.py | ||