[mlir][Python] Add an Operation.name property
authorSiddharth Krishna <siddharth-krishna@users.noreply.github.com>
Tue, 29 Dec 2020 22:14:08 +0000 (14:14 -0800)
committerStella Laurenzo <stellaraccident@gmail.com>
Tue, 29 Dec 2020 22:14:32 +0000 (14:14 -0800)
commit14056c88d668fe396eaa59439ddf56f59dd188ec
tree8ed44686eba887b58eb567c86a41d558b0f0e584
parentf5665a24862163e8783ccf3fd2d2cab62d539e93
[mlir][Python] Add an Operation.name property

Reviewed By: stellaraccident, mehdi_amini

Differential Revision: https://reviews.llvm.org/D93474
mlir/lib/Bindings/Python/IRModules.cpp
mlir/test/Bindings/Python/ir_operation.py