tinygrad/test
2023-02-26 17:08: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 Reluless (#600) 2023-02-25 01:21:16 -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_efficientnet.py Remove Tensor.data (#565) 2023-02-18 16:36:12 -08:00
test_gc.py set requires_grad to None (#387) 2022-09-21 11:16:02 -04: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 rename log_softmax, support dim, fix onnx Softmax 2023-02-24 10:11:24 -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 conv2d is an hlop (#589) 2023-02-23 17:52:31 -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 instant identity removal 2023-02-25 09:46:04 -08:00
test_optim.py rename log_softmax, support dim, fix onnx Softmax 2023-02-24 10:11:24 -08:00
test_shapetracker.py improve shapetracker tests 2023-02-24 21:07:53 -08:00
test_speed_v_torch.py remove fake test 2023-02-25 10:21:07 -08:00
test_symbolic.py improve symbolic, hlop conv output is simple now 2023-02-24 22:20:40 -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