[mlir] Provide minimal Python bindings for the math dialect
authorAlex Zinenko <zinenko@google.com>
Thu, 10 Jun 2021 17:00:34 +0000 (19:00 +0200)
committerAlex Zinenko <zinenko@google.com>
Fri, 11 Jun 2021 11:21:26 +0000 (13:21 +0200)
commitad381e39a52604ba07e1e027e7bdec1c287d9089
treebdd418dbd69f6d784dee270145b6afd114f3250b
parentc1bb75febe9d1176748f524324b5528347342166
[mlir] Provide minimal Python bindings for the math dialect

Reviewed By: ulysseB

Differential Revision: https://reviews.llvm.org/D104045
mlir/python/mlir/dialects/CMakeLists.txt
mlir/python/mlir/dialects/MathOps.td [new file with mode: 0644]
mlir/python/mlir/dialects/math.py [new file with mode: 0644]
mlir/test/python/dialects/math.py [new file with mode: 0644]