mirror of
https://github.com/facebookresearch/faiss.git
synced 2025-06-03 21:54:02 +08:00
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
16 lines
1.4 KiB
JavaScript
16 lines
1.4 KiB
JavaScript
var searchData=
|
|
[
|
|
['randomgenerator',['RandomGenerator',['../structfaiss_1_1RandomGenerator.html',1,'faiss']]],
|
|
['randomrotationmatrix',['RandomRotationMatrix',['../structfaiss_1_1RandomRotationMatrix.html',1,'faiss']]],
|
|
['range',['Range',['../structfaiss_1_1gpu_1_1StackDeviceMemory_1_1Range.html',1,'faiss::gpu::StackDeviceMemory']]],
|
|
['rangequeryresult',['RangeQueryResult',['../structfaiss_1_1RangeQueryResult.html',1,'faiss']]],
|
|
['rangesearchpartialresult',['RangeSearchPartialResult',['../structfaiss_1_1RangeSearchPartialResult.html',1,'faiss']]],
|
|
['rangesearchresult',['RangeSearchResult',['../structfaiss_1_1RangeSearchResult.html',1,'faiss']]],
|
|
['rankingscore2',['RankingScore2',['../structfaiss_1_1RankingScore2.html',1,'faiss']]],
|
|
['readonlyinvertedlists',['ReadOnlyInvertedLists',['../structfaiss_1_1ReadOnlyInvertedLists.html',1,'faiss']]],
|
|
['reconstructfromneighbors',['ReconstructFromNeighbors',['../structfaiss_1_1ReconstructFromNeighbors.html',1,'faiss']]],
|
|
['remapdimensionstransform',['RemapDimensionsTransform',['../structfaiss_1_1RemapDimensionsTransform.html',1,'faiss']]],
|
|
['reproducedistancesobjective',['ReproduceDistancesObjective',['../structfaiss_1_1ReproduceDistancesObjective.html',1,'faiss']]],
|
|
['restrictptrtraits',['RestrictPtrTraits',['../structfaiss_1_1gpu_1_1traits_1_1RestrictPtrTraits.html',1,'faiss::gpu::traits']]]
|
|
];
|