Type annotations for `util.data`. (#18963)
authorJon Malmaud <malmaud@gmail.com>
Mon, 8 Apr 2019 16:45:49 +0000 (09:45 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Mon, 8 Apr 2019 16:52:53 +0000 (09:52 -0700)
commit0565141728abe8d9235538157077973e2aaa8081
tree88548f11f12cf81b69d6988a0cffa9f576fd895c
parenta2ac260524b89ad062e485ec2db9424a4d6afd2c
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
setup.py
torch/utils/data/__init__.pyi [new file with mode: 0644]
torch/utils/data/dataloader.pyi [new file with mode: 0644]
torch/utils/data/dataset.pyi [new file with mode: 0644]
torch/utils/data/distributed.pyi [new file with mode: 0644]
torch/utils/data/sampler.pyi [new file with mode: 0644]