LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
dpshdl/__init__.py
dpshdl/_collate.py
dpshdl/_dataloader.py
dpshdl/_dataset.py
dpshdl/_experiments.py
dpshdl/_numpy.py
dpshdl/_prefetcher.py
dpshdl/py.typed
dpshdl/requirements-dev.txt
dpshdl/requirements.txt
dpshdl/utils.py
dpshdl.egg-info/PKG-INFO
dpshdl.egg-info/SOURCES.txt
dpshdl.egg-info/dependency_links.txt
dpshdl.egg-info/requires.txt
dpshdl.egg-info/top_level.txt
dpshdl/_impl/__init__.py
dpshdl/_impl/mnist.py
tests/test_dataloader.py
tests/test_dataset.py
tests/test_prefetcher.py