Function faiss_sys::faiss_write_index [] [src]

pub unsafe extern "C" fn faiss_write_index(
    idx: *const FaissIndex,
    f: *mut FILE
) -> c_int

Write index to a file. This is equivalent to faiss::write_index when a file descriptor is provided.