-
Notifications
You must be signed in to change notification settings - Fork 619
make operator name consistent before and after serde #12531
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: gh/gasoonjia/24/base
Are you sure you want to change the base?
Conversation
Differential Revision: [D78380855](https://our.internmc.facebook.com/intern/diff/D78380855/) [ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/12531
Note: Links to docs will display an error until the docs builds have been completed. ❌ 8 New FailuresAs of commit fc94bf2 with merge base 0012ffa ( NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
Differential Revision: [D78380855](https://our.internmc.facebook.com/intern/diff/D78380855/) ghstack-source-id: 296452087 Pull Request resolved: #12531
This pull request was exported from Phabricator. Differential Revision: D78380855 |
This PR needs a
|
Differential Revision: [D78380855](https://our.internmc.facebook.com/intern/diff/D78380855/) [ghstack-poisoned]
Pull Request resolved: #12531 Differential Revision: [D78380855](https://our.internmc.facebook.com/intern/diff/D78380855/) ghstack-source-id: 296453986
This pull request was exported from Phabricator. Differential Revision: D78380855 |
Differential Revision: [D78380855](https://our.internmc.facebook.com/intern/diff/D78380855/) [ghstack-poisoned]
Pull Request resolved: #12531 Node name consistency is important for et because we need to trace the node flow by using node name + graph id + from_node info in the deserialized graph in inspector. Currently we can not have a consistency experience because we didn't record node name as part of schema, but instead, leverging the output info, which didn't record the node name for multiple output node. This diff makes node name as part of schema to ensure the consistency. Also create tests for coverage. ghstack-source-id: 296600899 Differential Revision: [D78380855](https://our.internmc.facebook.com/intern/diff/D78380855/)
This pull request was exported from Phabricator. Differential Revision: D78380855 |
Differential Revision: [D78380855](https://our.internmc.facebook.com/intern/diff/D78380855/) [ghstack-poisoned]
Pull Request resolved: #12531 Node name consistency is important for et because we need to trace the node flow by using node name + graph id + from_node info in the deserialized graph in inspector. Currently we can not have a consistency experience because we didn't record node name as part of schema, but instead, leverging the output info, which didn't record the node name for multiple output node. This diff makes node name as part of schema to ensure the consistency. Also create tests for coverage. ghstack-source-id: 296611329 Differential Revision: [D78380855](https://our.internmc.facebook.com/intern/diff/D78380855/)
This pull request was exported from Phabricator. Differential Revision: D78380855 |
Stack from ghstack (oldest at bottom):
Differential Revision: D78380855