Ivf Pq Search Params Module
Rust module: cuvs::ivf_pq::search_params
Source: rust/cuvs/src/ivf_pq/search_params.rs
ffi::cudaDataType_t
Source: rust/cuvs/src/ivf_pq/search_params.rs:10
SearchParams
Supplemental parameters to search IvfPq index
Methods
new
Returns a new SearchParams object
Source: rust/cuvs/src/ivf_pq/search_params.rs:17
set_n_probes
The number of clusters to search.
Source: rust/cuvs/src/ivf_pq/search_params.rs:26
set_lut_dtype
Data type of look up table to be created dynamically at search time. The use of low-precision types reduces the amount of shared memory required at search time, so fast shared memory kernels can be used even for datasets with large dimansionality. Note that the recall is slightly degraded when low-precision type is selected.
Source: rust/cuvs/src/ivf_pq/search_params.rs:39
set_internal_distance_dtype
Storage data type for distance/similarity computation.
Source: rust/cuvs/src/ivf_pq/search_params.rs:47
Source: rust/cuvs/src/ivf_pq/search_params.rs:13