torch-mlir/include
Sean Silva df4c5764da Add support for `prim::unchecked_cast`.
This arises when casting optionals, which happens a lot especially
around handling of default arguments (python `if arg is None` idiom).

In this case, the offending code for the model is in max_pool2d:
[code link](b3bf08e67f/torch/nn/functional.py (L657))
2021-03-02 16:01:34 -08:00
..
npcomp Add support for `prim::unchecked_cast`. 2021-03-02 16:01:34 -08:00
npcomp-c Implement GlobalizeObjectGraph transformation. 2021-02-18 18:18:47 -08:00