Rename IterableAsDataPipe to IterableWrapper (#63981)
authorErjia Guan <erjia@fb.com>
Thu, 26 Aug 2021 17:21:48 +0000 (10:21 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Thu, 26 Aug 2021 17:23:25 +0000 (10:23 -0700)
commitad47fb88584ec4cc9ed6e5f01e1256d38020a1a3
treedf9c0862055972afa8138a73d0bd8edfe79c73f9
parent0f6b524665378b18b8682f473267c80c6d5ca3df
Rename IterableAsDataPipe to IterableWrapper (#63981)

Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/63981

Rename `IterableAsDataPipe` to `IterableWrapper` based on our naming convention `Op-er`

Test Plan: Imported from OSS

Reviewed By: VitalyFedyunin

Differential Revision: D30554197

Pulled By: ejguan

fbshipit-source-id: c2eacb20df5645d83ca165d6a1591f7e4791990f
test/test_dataloader.py
torch/utils/data/dataloader_experimental.py
torch/utils/data/datapipes/iter/__init__.py
torch/utils/data/datapipes/iter/utils.py