tinygrad/test
pb1729 420af82888
General broadcasting of binary operations (#114)
* allow for general broadcasting of binary operations. can handle any situation where corresponding dimensions between the tensors match, or at least one of them is of size 1. if a tensor has fewer dimensions than the other, then its size is padded with 1s until they match have the same number. also refactored buffer_zeros() by creating a function buff() that makes a buffer from a numpy array

* remove extra tabs

Co-authored-by: phillip <phillip_bement@reedbement.com>
2020-11-12 22:27:48 -08:00
..
test_mnist.py GPU MaxPool2D.backward(); TinyConvNet train passes (#103) 2020-11-11 07:58:43 -08:00
test_net_speed.py GPU MaxPool2D.backward(); TinyConvNet train passes (#103) 2020-11-11 07:58:43 -08:00
test_nn.py unit test for batchnorm2d 2020-10-30 08:19:58 -07:00
test_ops.py General broadcasting of binary operations (#114) 2020-11-12 22:27:48 -08:00
test_optim.py efficient version of adam (#20) 2020-10-27 15:54:40 -07:00
test_tensor.py Add GPU Support! (do not merge yet) (#41) 2020-11-01 07:00:49 -08:00