torch-mlir/python/test/torchscript_e2e_test
Sean Silva 0eb767ea45 Remove frontends/pytorch directory.
It just contained the e2e testing framework. We now fold it into the
main project to reduce complexity.

- `frontends/pytorch/python/` -> `python/torch_support`
- `frontends/pytorch/e2e_testing -> e2e_testing`
- `frontends/pytorch/examples -> examples`
- `frontends/pytorch/test` -> `python/test`
- `torch_mlir_torchscript` python module -> `npcomp_torchscript`
- `torch_mlir_torchscript_e2e_test_configs` python module ->
  `npcomp_torchscript_e2e_test_configs`

This also changes the license of a handful of files from the
"pytorch-style" license to the regular LLVM/npcomp license. The only
people who committed to those files were myself and Yi.
2021-09-17 09:27:49 -07:00
..
README.md Remove frontends/pytorch directory. 2021-09-17 09:27:49 -07:00
basic.py Remove frontends/pytorch directory. 2021-09-17 09:27:49 -07:00
compilation_failure.py Remove frontends/pytorch directory. 2021-09-17 09:27:49 -07:00
error_reports.py Remove frontends/pytorch directory. 2021-09-17 09:27:49 -07:00
non_tensor_values.py Remove frontends/pytorch directory. 2021-09-17 09:27:49 -07:00
submodule.py Remove frontends/pytorch directory. 2021-09-17 09:27:49 -07:00

README.md

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