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
[pass] Update LiftSubgraphInitializersToMainGraphPass to disallow variable shadowing (#2348)
Variable shadowing (reusing value names) is disallowed in ONNX across
the main graph and subgraphs according to the spec
(https://github.com/onnx/onnx/pull/6955/files). This change updates to
the logic to check and raise on such cases. A subsequent PR will
implement #1432 to allow users to fix names explicitly.
0 commit comments