forked from pytorch/pytorch
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ONNX] Fix onnx gather shape inference
Previous code sets `only_rank_available=true` for Gather, resulting in overriding actual inferred shape values with symbols. Fixes pytorch#68003 Pull Request resolved: pytorch#73607 Approved by: https://github.com/fatcat-z, https://github.com/garymm
- Loading branch information
1 parent
1fbc08c
commit a482fd7
Showing
2 changed files
with
20 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters