faiss/tests
Lucas Hosseini a8118acbc5
Facebook sync (May 2019) + relicense (#838)
Changelog:

- changed license: BSD+Patents -> MIT
- propagates exceptions raised in sub-indexes of IndexShards and IndexReplicas
- support for searching several inverted lists in parallel (parallel_mode != 0)
- better support for PQ codes where nbit != 8 or 16
- IVFSpectralHash implementation: spectral hash codes inside an IVF
- 6-bit per component scalar quantizer (4 and 8 bit were already supported)
- combinations of inverted lists: HStackInvertedLists and VStackInvertedLists
- configurable number of threads for OnDiskInvertedLists prefetching (including 0=no prefetch)
- more test and demo code compatible with Python 3 (print with parentheses)
- refactored benchmark code: data loading is now in a single file
2019-05-28 16:17:22 +02:00
..
Makefile Facebook sync (May 2019) + relicense (#838) 2019-05-28 16:17:22 +02:00
common.py Facebook sync (May 2019) + relicense (#838) 2019-05-28 16:17:22 +02:00
test_binary_factory.py Facebook sync (May 2019) + relicense (#838) 2019-05-28 16:17:22 +02:00
test_binary_flat.cpp Facebook sync (May 2019) + relicense (#838) 2019-05-28 16:17:22 +02:00
test_binary_io.py Facebook sync (May 2019) + relicense (#838) 2019-05-28 16:17:22 +02:00
test_build_blocks.py Facebook sync (May 2019) + relicense (#838) 2019-05-28 16:17:22 +02:00
test_dealloc_invlists.cpp Facebook sync (May 2019) + relicense (#838) 2019-05-28 16:17:22 +02:00
test_factory.py Facebook sync (May 2019) + relicense (#838) 2019-05-28 16:17:22 +02:00
test_index.py Facebook sync (May 2019) + relicense (#838) 2019-05-28 16:17:22 +02:00
test_index_accuracy.py Facebook sync (May 2019) + relicense (#838) 2019-05-28 16:17:22 +02:00
test_index_binary.py Facebook sync (May 2019) + relicense (#838) 2019-05-28 16:17:22 +02:00
test_index_binary_from_float.py Facebook sync (May 2019) + relicense (#838) 2019-05-28 16:17:22 +02:00
test_index_composite.py Facebook sync (May 2019) + relicense (#838) 2019-05-28 16:17:22 +02:00
test_ivflib.py Facebook sync (May 2019) + relicense (#838) 2019-05-28 16:17:22 +02:00
test_ivfpq_codec.cpp Facebook sync (May 2019) + relicense (#838) 2019-05-28 16:17:22 +02:00
test_ivfpq_indexing.cpp Facebook sync (May 2019) + relicense (#838) 2019-05-28 16:17:22 +02:00
test_lowlevel_ivf.cpp Facebook sync (May 2019) + relicense (#838) 2019-05-28 16:17:22 +02:00
test_merge.cpp Facebook sync (May 2019) + relicense (#838) 2019-05-28 16:17:22 +02:00
test_meta_index.py Facebook sync (May 2019) + relicense (#838) 2019-05-28 16:17:22 +02:00
test_omp_threads.cpp Facebook sync (May 2019) + relicense (#838) 2019-05-28 16:17:22 +02:00
test_omp_threads_py.py Facebook sync (May 2019) + relicense (#838) 2019-05-28 16:17:22 +02:00
test_ondisk_ivf.cpp Facebook sync (May 2019) + relicense (#838) 2019-05-28 16:17:22 +02:00
test_pairs_decoding.cpp Facebook sync (May 2019) + relicense (#838) 2019-05-28 16:17:22 +02:00
test_params_override.cpp Facebook sync (May 2019) + relicense (#838) 2019-05-28 16:17:22 +02:00
test_pq_encoding.cpp Facebook sync (May 2019) + relicense (#838) 2019-05-28 16:17:22 +02:00
test_referenced_objects.py Facebook sync (May 2019) + relicense (#838) 2019-05-28 16:17:22 +02:00
test_sliding_ivf.cpp Facebook sync (May 2019) + relicense (#838) 2019-05-28 16:17:22 +02:00
test_threaded_index.cpp Facebook sync (May 2019) + relicense (#838) 2019-05-28 16:17:22 +02:00
test_transfer_invlists.cpp Facebook sync (May 2019) + relicense (#838) 2019-05-28 16:17:22 +02:00