pub unsafe extern "C" fn faiss_read_VectorTransform_fname(
fname: *const c_char,
p_out: *mut *mut FaissVectorTransform,
) -> c_intExpand description
Read vector transform from a file.
This is equivalent to faiss:read_VectorTransform when a file path is given.