Function faiss_sys::faiss_IndexRefineFlat_new[][src]

pub unsafe extern "C" fn faiss_IndexRefineFlat_new(
    p_index: *mut *mut FaissIndexRefineFlat,
    base_index: *mut FaissIndex
) -> c_int
Expand description

Opaque type for IndexRefineFlat

Index that queries in a base_index (a fast one) and refines the results with an exact search, hopefully improving the results.