faiss_Index_sa_code_size

Function faiss_Index_sa_code_size 

Source
pub unsafe extern "C" fn faiss_Index_sa_code_size(
    index: *const FaissIndex,
    size: *mut usize,
) -> c_int
Expand description

The size of the produced codes in bytes.

@param index opaque pointer to index object @param size the returned size in bytes