torch-mlir/examples
Sean Silva 93f1c3138b torch_mlir.compile: Allow OutputType as a string.
A lot of code was super verbose with `torch_mlir.OutputType.XYZ`. Now,
you can simply do `"xyz"`. I updated a few examples.
2022-07-08 17:37:27 -07:00
..
eager_mode.py Eager mode description in the README and small example and ResNet18 example. (#707) 2022-03-28 23:54:06 -05:00
eager_mode_resnet18.py Eager mode description in the README and small example and ResNet18 example. (#707) 2022-03-28 23:54:06 -05:00
torchscript_resnet18.py torch_mlir.compile: Allow OutputType as a string. 2022-07-08 17:37:27 -07:00
torchscript_resnet18_all_output_types.py torch_mlir.compile: Allow OutputType as a string. 2022-07-08 17:37:27 -07:00
torchscript_resnet_inference.ipynb torch_mlir.compile: Allow OutputType as a string. 2022-07-08 17:37:27 -07:00