Closed XuehaiPan closed 1 year ago
Patch coverage: 100.00
% and no project coverage change.
Comparison is base (
fc2b0a1
) 100.00% compared to head (0bd2be2
) 100.00%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Description
Describe your changes in detail.
Add methods
PyTreeSpec.paths
andPyTreeSpec.entries
.Motivation and Context
Why is this change required? What problem does it solve? If it fixes an open issue, please link to the issue here. You can use the syntax
close #15213
if this solves the issue #15213Types of changes
What types of changes does your code introduce? Put an
x
in all the boxes that apply:Checklist
Go over all the following points, and put an
x
in all the boxes that apply. If you are unsure about any of these, don't hesitate to ask. We are here to help!make format
. (required)make lint
. (required)make test
pass. (required)