pub unsafe extern "C" fn faiss_IndexBinary_reconstruct(
index: *const FaissIndexBinary,
key: idx_t,
recons: *mut u8,
) -> c_intExpand description
Reconstruct a stored vector (or an approximation if lossy coding)
this function may not be defined for some indexes @param index opaque pointer to index object @param key id of the vector to reconstruct @param recons reconstructed vector (size d)