neural_compressor.data.dataloaders.dataloader
¶
Built-in dataloaders for multiple framework backends.
Module Contents¶
Classes¶
Entrance of all configured DataLoaders. Will dispatch the DataLoaders to framework |
- class neural_compressor.data.dataloaders.dataloader.DataLoader¶
Bases:
object
Entrance of all configured DataLoaders. Will dispatch the DataLoaders to framework specific one. Users will be not aware of the dispatching, and the Interface is unified.