torch-mlir/python
Sean Silva 6b2424512b Make C API files more consistent
- Make consistent with MLIR Core
  - Use `//` or `///` comments.
  - Use `bool` type for booleans
  - No duplicated comments in .cpp files
- Split types into separate files `{Basicpy,Numpy,Torch}Types.h`
- Add dialect prefix consistently to C API symbols. We have lots of
  similarly named types (e.g. "list" type in basicpy and torch).
2021-06-14 15:34:43 -07:00
..
npcomp Significantly restructure torch/aten import design. 2021-05-19 13:37:39 -07:00
samples Fix the import path in python samples 2021-03-02 13:40:08 -08:00
CMakeLists.txt NFC: Delete npcomp python API and switch to upstream. 2021-01-08 10:46:24 -08:00
NpcompModule.cpp Make C API files more consistent 2021-06-14 15:34:43 -07:00