Skip to main content

Module async_loader

Module async_loader 

Source

Structs§

AsyncDataLoader
A data loader that prefetches batches on background threads.
AsyncDataLoaderConfig
Configuration for the async prefetching data loader.
PrefetchIterator
An iterator that yields prefetched batches from background workers.

Type Aliases§

Batch
A single batch: maps names (e.g. “input”, “target”) to tensors.