Function compute_q_params
pub fn compute_q_params<B>(
scheme: &QuantScheme,
range: CalibrationRange<B>,
) -> QParams<Tensor<B, 1>>where
B: Backend,Expand description
Compute the quantization parameters.
pub fn compute_q_params<B>(
scheme: &QuantScheme,
range: CalibrationRange<B>,
) -> QParams<Tensor<B, 1>>where
B: Backend,Compute the quantization parameters.