This is an archive of the discontinued LLVM Phabricator instance.

[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
underlying PyOperation.

Diff Detail

Event Timeline

mikeurbach created this revision.Apr 27 2021, 5:21 PM
mikeurbach requested review of this revision.Apr 27 2021, 5:21 PM
stellaraccident accepted this revision.Apr 27 2021, 6:16 PM
This revision is now accepted and ready to land.Apr 27 2021, 6:16 PM

Rebase main