quantize_to_binary

Function quantize_to_binary 

Source
pub fn quantize_to_binary(vector: &[f32]) -> Vec<u8> 
Expand description

Quantizes a slice of floats into a packed bitvector (sign-based).