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/testing.py
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