pub fn quantize_tensor(tensor: &[f32], params: &QuantizationParams) -> Vec<i8>Expand description
Quantizes a tensor using the provided parameters
pub fn quantize_tensor(tensor: &[f32], params: &QuantizationParams) -> Vec<i8>Quantizes a tensor using the provided parameters