torch-mlir/python
Henry Tu 73ac9a7e2e Added support for importing node prim::Constant with list type
Prior to this commit, importing a `prim::Constant` node with list type would result in an error since it was not supported. `ivalue_importer::importIValue` was modified to return the MlirValue corresponding to the root so its parent operation could be extracted.
2022-02-11 20:54:06 -05:00
..
test Make error reporting a bit better. 2021-10-28 13:20:16 -07:00
torch_mlir/dialects Added support for importing node prim::Constant with list type 2022-02-11 20:54:06 -05:00
torch_mlir_e2e_test Include IR dump options on e2e failure report 2022-02-09 11:19:34 -05:00
CMakeLists.txt Enable python extensions when building out of tree (#363) 2021-10-27 17:04:12 -07:00
TorchMLIRModule.cpp Dual license the torch-mlir project. 2021-10-01 10:46:08 -07:00