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] Relax sequence tensor dim_param serialization
Do not assign dim_param for sequence tensor type. Sequence of tensors could differ in dimension size. Use a dimension with neither dim_value nor dim_param set to denote an unknown dimension. Create and assign dim_param for normal tensor type. Pull Request resolved: pytorch#70651
- Loading branch information
1 parent
50efa3a
commit 4612323
Showing
2 changed files
with
46 additions
and
4 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