tinygrad/test
George Hotz e9e71fbfc4
remove mlop (#619)
* remove mlop

* lil simpler
2023-02-28 17:58:24 -08:00
..
efficientnet add ViT test and car 2022-06-05 17:12:43 -07:00
__init__.py All devices are equal! (#196) 2020-12-15 23:44:08 -08:00
Dockerfile testdocker 2023-01-09 12:41:52 -08:00
external_osx_profiling.py add tests to mypy 2023-02-22 07:07:38 -08:00
external_test_gpu_ast.py Refactor getenv into helpers (#508) 2023-01-31 15:09:09 -08:00
external_test_image.py simplify ones after axis splitting 2023-01-14 10:51:43 -08:00
external_test_llvm.py LLVM Backend take 2 (#403) 2022-10-26 20:32:31 -07:00
external_test_onnx_backend.py all onnx model tests pass 2023-02-27 11:22:45 -08:00
external_test_opt.py conv2d is an hlop (#589) 2023-02-23 17:52:31 -08:00
external_test_yolo.py prevent race condition, external yolo test for now 2023-02-26 17:08:24 -08:00
graph_batchnorm.py Import get_parameters from tinygrad.nn (#559) 2023-02-17 15:22:26 -08:00
test_assign.py assign buffer reuse (#547) 2023-02-09 11:53:02 -06:00
test_conv.py Fold reduce (#362) 2022-07-19 09:24:02 -07:00
test_conv_shapetracker.py woah, why isn't OPT=2 2023-02-27 08:03:31 -08:00
test_efficientnet.py Remove Tensor.data (#565) 2023-02-18 16:36:12 -08:00
test_gc.py fix up eye and fix gc test 2023-02-27 06:53:18 -08:00
test_graph.py Refactor graph (#560) 2023-02-19 10:41:30 -08:00
test_jit.py moved extras/jit.py -> tinygrad/jit.py (#599) 2023-02-25 08:32:33 -08:00
test_mnist.py fix tests, test bn evaluate too 2023-02-27 10:39:47 -08:00
test_net_speed.py rename log_softmax, support dim, fix onnx Softmax 2023-02-24 10:11:24 -08:00
test_nn.py more intuitive output shape from _pool 2023-02-28 11:41:48 -08:00
test_onnx.py fix test_resnet in onnx now that maxpool works 2023-02-23 08:41:47 -08:00
test_ops.py remove mlop (#619) 2023-02-28 17:58:24 -08:00
test_optim.py rename log_softmax, support dim, fix onnx Softmax 2023-02-24 10:11:24 -08:00
test_shapetracker.py remove mlop (#619) 2023-02-28 17:58:24 -08:00
test_speed_v_torch.py remove fake test 2023-02-25 10:21:07 -08:00
test_symbolic.py fix test symbolic 2023-02-28 16:37:08 -08:00
test_tensor.py rename log_softmax, support dim, fix onnx Softmax 2023-02-24 10:11:24 -08:00
test_train.py Import get_parameters from tinygrad.nn (#559) 2023-02-17 15:22:26 -08:00
test_utils.py prevent race condition, external yolo test for now 2023-02-26 17:08:24 -08:00