torch-mlir/frontends/pytorch/csrc
Stella Laurenzo ba03ecc652 Add public API for constructing a module/function to capture PyTorch ops.
* Uses the MLIR-C API since that will save us a lot of grief down the road (i.e. will give PyTorch and libMLIR/libNPCOMP the ability to skew version-wise).
* Quite a few TODOs and not yet populating the function in any way.
2020-09-29 14:23:22 -07:00
..
c10_dispatch Add public API for constructing a module/function to capture PyTorch ops. 2020-09-29 14:23:22 -07:00
type_dispatch Add public API for constructing a module/function to capture PyTorch ops. 2020-09-29 14:23:22 -07:00
CMakeLists.txt Add initial python bindings for c10 dispatcher internals. (#55) 2020-09-24 16:26:29 -07:00
init_python_bindings.cpp Add public API for constructing a module/function to capture PyTorch ops. 2020-09-29 14:23:22 -07:00
init_python_bindings.h Add initial python bindings for c10 dispatcher internals. (#55) 2020-09-24 16:26:29 -07:00