Function faiss_sys::faiss_Index_remove_ids [] [src]

pub unsafe extern "C" fn faiss_Index_remove_ids(
    index: *mut FaissIndex,
    sel: *const FaissIDSelector,
    n_removed: *mut c_long
) -> c_int

removes IDs from the index. Not supported by all indexes @param index opaque pointer to index object @param nremove output for the number of IDs removed