faiss/tests
Matthijs Douze 687457b2f4 Access graph structure for NSG (#2984)
Summary:
Pull Request resolved: https://github.com/facebookresearch/faiss/pull/2984

It is not entirely trivial to access the NSG graph structure from Python (although it is a fixed size N-by-K matrix of vector ids).
This diff adds an inspect_tools function to do that.

Reviewed By: algoriddle

Differential Revision: D48026775

fbshipit-source-id: 94cd7be7f656bcd333d62586531f287ea8e052e5
2023-08-04 06:55:24 -07:00
..
CMakeLists.txt AVX2 version of faiss::HNSW::MinimaxHeap::pop_min() (#2874) 2023-05-26 11:35:21 -07:00
common_faiss_tests.py Make tests a little less verbose 2023-07-04 07:02:53 -07:00
test_RCQ_cropping.cpp
test_approx_topk.cpp
test_autotune.py
test_binary_factory.py
test_binary_flat.cpp
test_binary_hashindex.py
test_binary_io.py
test_build_blocks.py Access graph structure for NSG (#2984) 2023-08-04 06:55:24 -07:00
test_clone.py
test_clustering.py
test_code_distance.cpp
test_contrib.py Access graph structure for NSG (#2984) 2023-08-04 06:55:24 -07:00
test_contrib_with_scipy.py
test_cppcontrib_sa_decode.cpp
test_cppcontrib_uintreader.cpp
test_dealloc_invlists.cpp
test_distances_simd.cpp
test_documentation.py
test_doxygen_documentation.py
test_error_reporting.py Better NaN handling (#2986) 2023-08-04 06:51:06 -07:00
test_extra_distances.py
test_factory.py
test_fast_scan.py Support RAFT from python (#2864) 2023-05-19 20:49:01 -07:00
test_fast_scan_ivf.py Relax IVF AQ FastScan (#2940) 2023-07-05 21:51:12 -07:00
test_heap.cpp
test_hnsw.cpp AVX2 version of faiss::HNSW::MinimaxHeap::pop_min() (#2874) 2023-05-26 11:35:21 -07:00
test_index.py Better NaN handling (#2986) 2023-08-04 06:51:06 -07:00
test_index_accuracy.py Make tests a little less verbose 2023-07-04 07:02:53 -07:00
test_index_binary.py Binary cloning and GPU range search (#2916) 2023-06-19 06:05:14 -07:00
test_index_binary_from_float.py
test_index_composite.py Support independent IVF coarse quantizer 2023-05-26 02:59:01 -07:00
test_io.py
test_ivflib.py
test_ivfpq_codec.cpp
test_ivfpq_indexing.cpp
test_local_search_quantizer.py
test_lowlevel_ivf.cpp
test_mem_leak.cpp
test_merge.cpp
test_merge_index.py
test_meta_index.py
test_omp_threads.cpp
test_omp_threads_py.py
test_ondisk_ivf.cpp
test_oom_exception.py
test_pairs_decoding.cpp
test_params_override.cpp
test_partition.py support range search from GPU (#2860) 2023-05-16 00:27:53 -07:00
test_pq_encoding.cpp
test_product_quantizer.py
test_referenced_objects.py
test_refine.py
test_residual_quantizer.py Make tests a little less verbose 2023-07-04 07:02:53 -07:00
test_rowwise_minmax.py
test_search_params.py support range search from GPU (#2860) 2023-05-16 00:27:53 -07:00
test_simdlib.cpp
test_sliding_ivf.cpp
test_standalone_codec.py Make tests a little less verbose 2023-07-04 07:02:53 -07:00
test_threaded_index.cpp
test_transfer_invlists.cpp
torch_test_contrib.py