.coveragerc
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS
ChangeLog
LICENSE.txt
MANIFEST.in
README.md
requirements.txt
setup.cfg
setup.py
tonic-logo-padded.png
.github/workflows/ci-pipeline.yml
docs/Makefile
docs/conf.py
docs/index.md
docs/make.bat
docs/requirements.txt
docs/_static/tonic-logo-black.png
docs/_static/tonic-logo-white.png
docs/_static/tonic_favicon.png
docs/_static/event-cameras/eventstream.png
docs/_static/event-cameras/framestream.png
docs/_static/event-cameras/receptive-fields.png
docs/_static/event-cameras/sampling-theorems.png
docs/_static/snn/neuron-models.png
docs/_static/snn/surrogates.png
docs/about/about.rst
docs/about/contribute.rst
docs/about/release_notes.rst
docs/getting_started/install.rst
docs/getting_started/intro-event-cameras.rst
docs/getting_started/intro-snns.rst
docs/getting_started/training_snn.rst
docs/reference/collation.rst
docs/reference/data_classes.rst
docs/reference/datasets.rst
docs/reference/io.rst
docs/reference/slicers.rst
docs/reference/transformations.rst
docs/reference/utils.rst
docs/tutorials/batching.ipynb
docs/tutorials/davis_data.ipynb
docs/tutorials/fast_dataloading.ipynb
docs/tutorials/large_datasets.ipynb
docs/tutorials/nmnist.ipynb
docs/tutorials/slicing.ipynb
docs/tutorials/wrapping_own_data.rst
test/dataset_utils.py
test/requirements.txt
test/test_audio_transforms.py
test/test_caching.py
test/test_chained_transforms.py
test/test_datasets.py
test/test_representations.py
test/test_sliced_dataset.py
test/test_slicers.py
test/test_tonic_utils.py
test/test_transforms.py
test/utils.py
tonic/__init__.py
tonic/audio_transforms.py
tonic/cached_dataset.py
tonic/collation.py
tonic/dataset.py
tonic/download_utils.py
tonic/io.py
tonic/sliced_dataset.py
tonic/slicers.py
tonic/transforms.py
tonic/utils.py
tonic/version.py
tonic.egg-info/PKG-INFO
tonic.egg-info/SOURCES.txt
tonic.egg-info/dependency_links.txt
tonic.egg-info/not-zip-safe
tonic.egg-info/pbr.json
tonic.egg-info/requires.txt
tonic.egg-info/top_level.txt
tonic/datasets/__init__.py
tonic/datasets/asl_dvs.py
tonic/datasets/cifar10dvs.py
tonic/datasets/davisdataset.py
tonic/datasets/dsec.py
tonic/datasets/dvsgesture.py
tonic/datasets/hsd.py
tonic/datasets/mvsec.py
tonic/datasets/ncaltech101.py
tonic/datasets/nmnist.py
tonic/datasets/ntidigits.py
tonic/datasets/pokerdvs.py
tonic/datasets/s_mnist.py
tonic/datasets/tum_vie.py
tonic/datasets/visual_place_recognition.py
tonic/functional/__init__.py
tonic/functional/crop.py
tonic/functional/denoise.py
tonic/functional/drop_event.py
tonic/functional/drop_pixel.py
tonic/functional/refractory_period.py
tonic/functional/slicing.py
tonic/functional/spatial_jitter.py
tonic/functional/time_jitter.py
tonic/functional/time_skew.py
tonic/functional/to_averaged_timesurface.py
tonic/functional/to_frame.py
tonic/functional/to_timesurface.py
tonic/functional/to_voxel_grid.py