faiss/tests
Matthijs Douze 442d9f4a2d add batch reconstruction function (#2379)
Summary:
Pull Request resolved: https://github.com/facebookresearch/faiss/pull/2379

As requested in https://github.com/facebookresearch/faiss/issues/1163
add `reconstruct_batch` that calls `reconstruct` in a C++ for loop.

Reviewed By: alexanderguzhva

Differential Revision: D37717342

fbshipit-source-id: 87680e71113d5f23235e7eae8cf65ee363134580
2022-07-18 08:26:06 -07:00
..
CMakeLists.txt fast C++ templates for sa_decode (#2354) 2022-06-16 09:20:19 -07:00
common_faiss_tests.py
test_autotune.py
test_binary_factory.py
test_binary_flat.cpp
test_binary_hashindex.py
test_binary_io.py
test_build_blocks.py add batch reconstruction function (#2379) 2022-07-18 08:26:06 -07:00
test_clustering.py
test_contrib.py fix test in test_contrib (#2294) 2022-04-20 03:03:38 -07:00
test_contrib_with_scipy.py
test_cppcontrib_sa_decode.cpp fast C++ templates for sa_decode (#2354) 2022-06-16 09:20:19 -07:00
test_dealloc_invlists.cpp
test_documentation.py
test_doxygen_documentation.py
test_extra_distances.py
test_factory.py fbcode//faiss/tests 2022-04-25 17:55:46 -07:00
test_fast_scan.py Support reconstruct() in IndexFastScan (#2287) 2022-04-19 03:18:58 -07:00
test_fast_scan_ivf.py
test_index.py
test_index_accuracy.py
test_index_binary.py
test_index_binary_from_float.py
test_index_composite.py
test_io.py
test_ivflib.py
test_ivfpq_codec.cpp
test_ivfpq_indexing.cpp
test_local_search_quantizer.py Add ProductAdditiveQuantizer (#2286) 2022-05-05 15:14:07 -07:00
test_lowlevel_ivf.cpp
test_mem_leak.cpp
test_merge.cpp add batch reconstruction function (#2379) 2022-07-18 08:26:06 -07:00
test_meta_index.py
test_omp_threads.cpp
test_omp_threads_py.py
test_ondisk_ivf.cpp add batch reconstruction function (#2379) 2022-07-18 08:26:06 -07:00
test_oom_exception.py
test_pairs_decoding.cpp
test_params_override.cpp
test_partition.py
test_pq_encoding.cpp
test_product_quantizer.py
test_referenced_objects.py
test_refine.py
test_residual_quantizer.py Add ProductAdditiveQuantizer (#2286) 2022-05-05 15:14:07 -07:00
test_sliding_ivf.cpp
test_standalone_codec.py Add sa_decode() to IndexIVFAdditiveQuantizer (#2362) 2022-06-20 10:54:11 -07:00
test_threaded_index.cpp
test_transfer_invlists.cpp
torch_test_contrib.py Automatic type conversions for Python API (#2274) 2022-03-30 05:42:08 -07:00