QuantizedBatchNorm ================== Applies batch normalization on a quantized tensor. **Abstract Signature:** ``QuantizedBatchNorm(input: Tensor, weight: Tensor, bias: Tensor, mean: Tensor, var: Tensor, eps: float, output_scale: float, output_zero_point: int)`` .. raw:: html
—————