:orphan:

:py:mod:`neural_compressor.data.dataloaders`
============================================

.. py:module:: neural_compressor.data.dataloaders


Submodules
----------
.. toctree::
   :titlesonly:
   :maxdepth: 1

   base_dataloader/index.rst
   dataloader/index.rst
   default_dataloader/index.rst
   fetcher/index.rst
   mxnet_dataloader/index.rst
   onnxrt_dataloader/index.rst
   pytorch_dataloader/index.rst
   sampler/index.rst
   tensorflow_dataloader/index.rst


Package Contents
----------------

Classes
~~~~~~~

.. autoapisummary::

   neural_compressor.data.dataloaders.DataLoader




Attributes
~~~~~~~~~~

.. autoapisummary::

   neural_compressor.data.dataloaders.DATALOADERS


.. py:class:: DataLoader

   Bases: :py:obj:`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.