mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
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:
parent
a5fb41e3d3
commit
2fb2740ef9
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue