Previously, this API would return the PyObjectRef, rather than the
underlying PyOperation.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D101416
[mlir][python] Update `PyOpResult.owner` to get the parent object. ClosedPublic Authored by mikeurbach on Apr 27 2021, 5:21 PM.
Details Summary Previously, this API would return the PyObjectRef, rather than the
Diff Detail
Event TimelineHerald added subscribers: shabalin, dcaballe, cota and 16 others. · View Herald TranscriptApr 27 2021, 5:21 PM This revision is now accepted and ready to land.Apr 27 2021, 6:16 PM Closed by commit rG6ff74f96fd9e: [mlir][python] Update `PyOpResult.owner` to get the parent object. (authored by mikeurbach). · Explain WhyApr 28 2021, 1:40 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 341034 mlir/lib/Bindings/Python/IRCore.cpp
mlir/test/Bindings/Python/ir_value.py
|