Commits


Ryan Hill authored and GitHub committed c438360c1e5
Noticed a simple simplification in beam_search_topk (#17275) ### Description There was an Init() method that does exactly like the lines I replaced, so I switched to it. ### Motivation and Context Simpler with no drawbacks.