Type annotations for util.data. (#18963)

Summary:
I haven't had a chance to rigorously try these out yet so don't merge yet.
Closes #18725.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/18963

Differential Revision: D14832897

Pulled By: ezyang

fbshipit-source-id: 4780e7a34126bc66ddbfd9d808dfc9e0edd77e68
This commit is contained in:
Jon Malmaud
2019-04-08 09:45:49 -07:00
committed by Facebook Github Bot
parent a2ac260524
commit 0565141728
6 changed files with 107 additions and 0 deletions

View File

@ -735,6 +735,7 @@ if __name__ == '__main__':
'cuda/*.pyi',
'optim/*.pyi',
'autograd/*.pyi',
'utils/data/*.pyi',
'lib/*.so*',
'lib/*.dylib*',
'lib/*.dll',