torch-mlir/frontends/pytorch/e2e_testing/torchscript
Sean Silva b7b7fd4959 Rewrite error reporting of e2e tests.
This now gives [much nicer output](https://gist.github.com/silvasean/f048e0f37b04542dae6469b86802bb3e).
Embarrassingly, we previously couldn't even report failures for two
different tests, and weren't able to report on compilation failures
(besides just crashing).
2021-05-20 11:28:20 -07:00
..
basic.py Add end-to-end testing framework for TorchScript. 2021-04-20 12:00:35 -07:00
main.py Rewrite error reporting of e2e tests. 2021-05-20 11:28:20 -07:00
mlp.py Add basic MLP's to the e2e curriculum. 2021-04-27 12:18:54 -07:00
quantized_models.py Get simple quantized model importing. 2021-05-20 11:28:20 -07:00
vision_models.py Constant fold through basicpy.bool_cast. 2021-04-30 10:57:02 -07:00