pub fn quantize_to_binary(vector: &[f32]) -> Vec<u8> ⓘ
Quantizes a slice of floats into a packed bitvector (sign-based).