pub fn quantize_binary_learned_threshold( tensor: &Tensor, threshold: Option<f32>, ) -> Result<(Tensor, f32, i32, f32)>
Advanced binary quantization with learned threshold