[mlir][Python] Initial Affine Map Python Bindings.
- Add `PyAffineMap` to wrap around `MlirAffineMap`. - Add `mlirPythonAffineMapToCapsule` and `mlirPythonCapsuleToAffineMap` to interoperate with python capsule. - Add and test some simple bindings of `PyAffineMap`. Differential Revision: https://reviews.llvm.org/D93200
Loading
Please sign in to comment