pub fn quantize(
vector: &[f32],
qtype: QuantizationType,
) -> Result<QuantizedVector>Expand description
Quantize a vector using specified quantization type
pub fn quantize(
vector: &[f32],
qtype: QuantizationType,
) -> Result<QuantizedVector>Quantize a vector using specified quantization type