torch-mlir/frontends/pytorch/e2e_testing/torchscript
Sean Silva 7eb36b4ae7 Constant fold through basicpy.bool_cast.
This is the start of a push to getting ResNet running.

This involves throwing in the towel on an O0 pipelinie for now. See note
in the code. We keep an options struct with `optimize` flag, but it
default to true for now.
2021-04-30 10:57:02 -07:00
..
basic.py Add end-to-end testing framework for TorchScript. 2021-04-20 12:00:35 -07:00
main.py Add basic MLP's to the e2e curriculum. 2021-04-27 12:18:54 -07:00
mlp.py Add basic MLP's to the e2e curriculum. 2021-04-27 12:18:54 -07:00
vision_models.py Constant fold through basicpy.bool_cast. 2021-04-30 10:57:02 -07:00