tinygrad/tinygrad
Drew Hintz 7ad60eb8b2
remove redundant list comprehensions (#317)
any() accepts a generator. This saves a few characters and can also return early without evaluating each item.
2022-04-05 10:30:50 -07:00
..
ops Golfed -1 (#315) 2022-04-05 10:16:27 -07:00
__init__.py here's two extra lines of precious code (#307) 2022-02-21 11:45:19 -08:00
helpers.py factor out binary_broadcast 2021-11-29 03:49:12 -05:00
nn.py back to 1000 lines 2022-01-17 10:44:39 -08:00
optim.py minor cleanups, yolo work 2021-01-03 08:14:16 -08:00
tensor.py remove redundant list comprehensions (#317) 2022-04-05 10:30:50 -07:00