Utility Functions¶
DataPipe Graph Visualization¶
Visualizes a DataPipe by returning a |
Common Utility Functions¶
Utility function to move data to pinned memory. |
File Object and Stream Utility¶
StreamWrapper is introduced to wrap file handler generated by DataPipe operation like FileOpener. |
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. For more information please refer to DataLoader2.
Sampler¶
For documentation related to Sampler, please refer to the
torch.utils.data
documentation on Data Loading order.
The Sampler API section is here.