LICENSE
README.md
pyproject.toml
src/torch_ivf/__init__.py
src/torch_ivf.egg-info/PKG-INFO
src/torch_ivf.egg-info/SOURCES.txt
src/torch_ivf.egg-info/dependency_links.txt
src/torch_ivf.egg-info/requires.txt
src/torch_ivf.egg-info/top_level.txt
src/torch_ivf/index/__init__.py
src/torch_ivf/index/base.py
src/torch_ivf/index/flat.py
src/torch_ivf/index/ivf_flat.py
src/torch_ivf/nn/__init__.py
src/torch_ivf/nn/kmeans.py
src/torch_ivf/utils/__init__.py
tests/test_benchmark.py
tests/test_env.py
tests/test_examples.py
tests/test_import.py
tests/test_index_base.py
tests/test_index_flat.py
tests/test_index_ivf_flat.py
tests/test_kmeans.py