torch-mlir/lib
Sean Silva 8486968925 Add trivial inliner interfaces.
With this + manually setting private visibility on everything, a simple
classifier can be reduced to this IR, which is looking pretty lean and
mean:
https://gist.github.com/silvasean/19e7e2e21a61ff197aeac0dd864d188f

Also, include a utility script for importing `.pt` models.

```
pt_util.py --import classifier.pt | npcomp-opt -torch-globalize-object-graph
```
2021-02-22 10:40:38 -08:00
..
Backend/RefJIT NFC: Delete npcomp python API and switch to upstream. 2021-01-08 10:46:24 -08:00
CAPI Implement GlobalizeObjectGraph transformation. 2021-02-18 18:18:47 -08:00
Conversion NFC: mark some methods as `override` 2021-01-21 11:48:41 -08:00
Dialect Add trivial inliner interfaces. 2021-02-22 10:40:38 -08:00
RefBackend Bump llvm-project to bc556e5685c0f97e79fb7b3c6f15cc5062db8e36 2021-01-08 14:18:09 -08:00
Typing Bump llvm-project to 16c6e9c58e9ae50a775945e6b407f1891f353d2f 2021-01-05 16:12:11 -08:00
CMakeLists.txt NFC: Delete npcomp python API and switch to upstream. 2021-01-08 10:46:24 -08:00
InitAll.cpp Implement GlobalizeObjectGraph transformation. 2021-02-18 18:18:47 -08:00