Skip to content

Commit

Permalink
Update base for Update on "[ONNX] Fix Gather replacement in RNN peeph…
Browse files Browse the repository at this point in the history
…ole"


From PR: #58691, Replacing the second input of `Gather` 0 to 1 affects other innocent Nodes. In Issue #91526 onnx::range starts from 0, the 0 is changed by this mechanism, as it's shared by onnx::Gather. This PR intends to create a whole independent Constant 0 for replacement. NOTE: The PR passes all existing RNN tests locally in case CI doesn't include RNN test.

TODO: test

[ghstack-poisoned]
  • Loading branch information
titaiwangms committed Jan 31, 2023
1 parent e905b6c commit fcfb4ba
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit fcfb4ba

Please sign in to comment.