torch-mlir/python/test/torchscript_e2e_test
Sean Silva e16b43e20b Remove "torchscript" association from the e2e framework.
We use it for more than TorchScript testing now. This is a purely
mechanical change to adjust some file paths to remove "torchscript".

The most perceptible change here is that now e2e tests are run with

```
./tools/e2e_test.sh
instead of:
./tools/torchscript_e2e_test.sh
```
2022-08-29 14:10:03 -07:00
..
README.md Move external/torch-mlir to the root of the repo. 2021-09-27 17:11:08 -07:00
basic.py Remove "torchscript" association from the e2e framework. 2022-08-29 14:10:03 -07:00
compilation_failure.py Remove "torchscript" association from the e2e framework. 2022-08-29 14:10:03 -07:00
error_reports.py Remove "torchscript" association from the e2e framework. 2022-08-29 14:10:03 -07:00
non_tensor_values.py Remove "torchscript" association from the e2e framework. 2022-08-29 14:10:03 -07:00
runtime_failure.py Remove "torchscript" association from the e2e framework. 2022-08-29 14:10:03 -07:00
submodule.py Remove "torchscript" association from the e2e framework. 2022-08-29 14:10:03 -07:00

README.md

This directory is for testing the e2e_test framework itself. It is not for holding e2e tests themselves!!!