You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/)
0 commit comments