torch-mlir/frontends/pytorch/examples
Sean Silva 2ab62aec12 MILESTONE: TorchScript unary tanh runs on RefBackend
This revamps the TORCH_TO_TCF_PASSES to reflect the new layering that we
are doing in the compiler. See comments there for the layering.

Also adds `frontends/pytorch/examples/torchscript_tanh_e2e.py` as an
"example". E2E testing story TBD (want to get IREE working first).
2021-04-07 11:06:34 -07:00
..
__init__.py Add cos_e2e.py, test_utils and support for tensor inputs (#134) 2020-11-24 19:02:50 -08:00
cos_e2e.py Add cos_e2e.py, test_utils and support for tensor inputs (#134) 2020-11-24 19:02:50 -08:00
div_inplace_e2e.py Add support for "trailing_" and "out" variants of various ops. 2021-03-19 10:34:50 -07:00
mm_e2e.py Add cos_e2e.py, test_utils and support for tensor inputs (#134) 2020-11-24 19:02:50 -08:00
mul_maximum_e2e.py Add cos_e2e.py, test_utils and support for tensor inputs (#134) 2020-11-24 19:02:50 -08:00
tanh_out_e2e.py Add support for "trailing_" and "out" variants of various ops. 2021-03-19 10:34:50 -07:00
test_utils.py MILESTONE: TorchScript unary tanh runs on RefBackend 2021-04-07 11:06:34 -07:00
torchscript_tanh_e2e.py MILESTONE: TorchScript unary tanh runs on RefBackend 2021-04-07 11:06:34 -07:00