corrects typo in quantization docs (#81687)

Fixes #81686

Pull Request resolved: https://github.com/pytorch/pytorch/pull/81687
Approved by: https://github.com/jerryzh168
This commit is contained in:
Khaled Zaouk 2022-07-21 00:17:11 +00:00 committed by PyTorch MergeBot
parent a5fb41e3d3
commit 2fb2740ef9

View file

@ -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)