torch-mlir/python/torch_mlir/eager_mode
yuhao 2e6a9c084e Update torch_mlir_tensor.py
typo
2022-05-07 21:46:10 -04:00
..
CMakeLists.txt This PR implements an eager mode backend for PyTorch through the torch-mlir framework. This is accomplished by overriding the `__torch_dispatch__` class method on wrapper subclass `TorchMLIRTensor(torch.Tensor)`. 2022-03-22 14:42:57 -07:00
__init__.py This PR implements an eager mode backend for PyTorch through the torch-mlir framework. This is accomplished by overriding the `__torch_dispatch__` class method on wrapper subclass `TorchMLIRTensor(torch.Tensor)`. 2022-03-22 14:42:57 -07:00
ir_building.py llvm: bump tag to e1318078 (#781) 2022-04-26 12:27:51 -07:00
torch_mlir_dispatch.py Fix test fails due to upstream PyTorch change (#793) 2022-04-25 12:34:32 -07:00
torch_mlir_tensor.py Update torch_mlir_tensor.py 2022-05-07 21:46:10 -04:00