torch-mlir/lib/CAPI
Sean Silva ab5ad7af09 Add tracing suport to `torch_mlir.compile`.
This also has a fix for the adjustment of types of TupleConstruct
inputs, which I found when using this new functionality on a model.

Some scenarios in tracing create situations where the output of
TupleConstruct has a more refined type than the inputs.

This introduces a helper `adjustStaticInformationForValues` which
subsumes the `derefineValues` helper and the tensor static information
adjustment we were doing.
2022-05-03 09:08:40 -07:00
..
CMakeLists.txt Add tracing suport to `torch_mlir.compile`. 2022-05-03 09:08:40 -07:00
Dialects.cpp Dual license the torch-mlir project. 2021-10-01 10:46:08 -07:00
Registration.cpp Dual license the torch-mlir project. 2021-10-01 10:46:08 -07:00
TorchOps.cpp Add tracing suport to `torch_mlir.compile`. 2022-05-03 09:08:40 -07:00
TorchTypes.cpp Add minimal support for Union types. 2022-03-29 17:45:48 -07:00