neural_compressor.data.dataloaders

Submodules

Package Contents

Classes

DataLoader

Entrance of all configured DataLoaders. Will dispatch the DataLoaders to framework

Attributes

DATALOADERS

class neural_compressor.data.dataloaders.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.