pub unsafe extern "C" fn faiss_fvec_renorm_L2(
    d: usize,
    nx: usize,
    x: *mut f32
)
Expand description

L2-renormalize a set of vector. Nothing done if the vector is 0-normed