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.
Use concrete types on call sites for Dict/List (pytorch#22004)
Summary: Pull Request resolved: pytorch#22004 In future, we want all dicts/lists to store information about the types they contain. This is only possible if the creation API doesn't allow creating lists/dicts without type information. This diff removes some call sites that don't specify type information and have it specify type information. Reviewed By: dzhulgakov Differential Revision: D15906387 fbshipit-source-id: 64766a2534b52c221e8a5501a85eaad13812e7bd
- Loading branch information
1 parent
693871d
commit 6d58713
Showing
5 changed files
with
4 additions
and
7 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
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
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