torch-mlir/examples
Henry Tu 47bb38d180 Reference Lazy Backend (#1045)
* Changed Example MLIR backend to Reference MLIR backend

* Moved reference_ltc_backend into csrc

* Merged sys_utils.h

* Renamed reference_ltc_backend to reference_lazy_backend

* Addressed review comments

* Update docs with new library name

* Removed _REFERENCE_LAZY_BACKEND from .gitignore

* Added reference_lazy_backend to the TorchMLIRPythonModules dependency list

Fixed typo in `ltc_examples.md`

Missed instance where `ltc_backend` was used instead of `lazy_backend`.
2022-07-30 09:40:02 -04: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
ltc_backend_bert.py Reference Lazy Backend (#1045) 2022-07-30 09:40:02 -04:00
ltc_backend_mnist.py Reference Lazy Backend (#1045) 2022-07-30 09:40:02 -04: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