Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix BeamSearch T5 if initializers are on outer scope (microsoft#23044)
### Description This PR adds the logic needed to consider only the needed implicit inputs on BeamSearch op in case of T5 model (encoder/decoder, 2 graphs). The logic added is similar to what happens in the _If_ kernel setup. ### Motivation and Context Fixes microsoft#23043
- Loading branch information