diff --git a/docs/source/quantization.rst b/docs/source/quantization.rst index ece1d5f53ac..b71b1fb9769 100644 --- a/docs/source/quantization.rst +++ b/docs/source/quantization.rst @@ -535,7 +535,7 @@ Here are a few key attributes for quantized Tensor: * scale (float) * zero_point (int) - * torch.per_tensor_affine would have quantization parameters of + * torch.per_channel_affine would have quantization parameters of * per_channel_scales (list of float) * per_channel_zero_points (list of int)