torch-mlir/python/torch_mlir/eager_mode
Maksim Levental cec5aeedb0
add ci tests (#754)
2022-05-25 14:59:59 -05: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 add ci tests (#754) 2022-05-25 14:59:59 -05:00
ir_building.py add ci tests (#754) 2022-05-25 14:59:59 -05:00
torch_mlir_dispatch.py add ci tests (#754) 2022-05-25 14:59:59 -05:00
torch_mlir_eager_backend.py add ci tests (#754) 2022-05-25 14:59:59 -05:00
torch_mlir_tensor.py add ci tests (#754) 2022-05-25 14:59:59 -05:00