Attribute to get the parent operation of an operation.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D102981
[MLIR] [Python] Add Operation.parent ClosedPublic Authored by jdd on May 23 2021, 3:06 AM.
Details
Summary Attribute to get the parent operation of an operation.
Diff Detail
Event TimelineHerald added subscribers: shabalin, dcaballe, cota and 17 others. · View Herald TranscriptMay 23 2021, 3:06 AM This revision is now accepted and ready to land.May 23 2021, 6:46 PM Closed by commit rGc65bb760df1f: [MLIR] [Python] Add Operation.parent (authored by jdd). · Explain WhyMay 23 2021, 8:53 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 347302 mlir/lib/Bindings/Python/IRCore.cpp
mlir/test/python/ir/operation.py
|