.clang-format
.gitignore
README.md
docs.py
prek.toml
pyproject.toml
setup.py
uv.lock
.github/dependabot.yml
.github/workflows/release.yml
benchmark/README.md
benchmark/pyproject.toml
benchmark/setup.py
benchmark/src/dtw_benchmark/__init__.py
benchmark/src/dtw_benchmark/__main__.py
benchmark/src/dtw_benchmark/compare_release.py
benchmark/src/dtw_benchmark/dtw_cython.pyi
benchmark/src/dtw_benchmark/dtw_cython.pyx
benchmark/src/dtw_benchmark/implementations.py
benchmark/src/dtw_benchmark/py.typed
benchmark/src/dtw_benchmark/run_benchmark.py
src/torchdtw/__init__.py
src/torchdtw/py.typed
src/torchdtw.egg-info/PKG-INFO
src/torchdtw.egg-info/SOURCES.txt
src/torchdtw.egg-info/dependency_links.txt
src/torchdtw.egg-info/requires.txt
src/torchdtw.egg-info/top_level.txt
src/torchdtw/csrc/dtw.cpp
src/torchdtw/csrc/cuda/dtw.cu
tests/__init__.py
tests/conftest.py
tests/reference.py
tests/test_accuracy.py
tests/test_degenerate.py
tests/test_dispatch.py
tests/test_dtw.py
tests/test_inf.py
tests/test_integer.py
tests/test_large_indexing.py
tests/test_multi_gpu.py
tests/test_noncontiguous.py
tests/test_opcheck.py
tests/test_path.py
tests/test_reference.py
tests/test_shared_memory.py
tests/test_stream.py
tests/test_validation.py