Utility Functions =========================== .. Comment: the next section will become "DataPipe Graph Visualization and Linter" when linter is added. DataPipe Graph Visualization ------------------------------------- .. currentmodule:: torchdata.datapipes.utils .. autosummary:: :nosignatures: :toctree: generated/ :template: function.rst to_graph File Object and Stream Utility ------------------------------------- .. currentmodule:: torchdata.datapipes.utils .. autosummary:: :nosignatures: :toctree: generated/ :template: datapipe.rst StreamWrapper DataLoader ------------------------------------- For documentation related to DataLoader, please refer to the ``torch.utils.data`` `documentation `_. Or, more specifically, the `DataLoader API section `_. DataLoader v2 is currently in development. You should see an update here by mid-2022. Sampler ------------------------------------- For documentation related to Sampler, please refer to the ``torch.utils.data`` `documentation on Data Loading order `_. The Sampler API section is `here `_.