Skip to content

Commit

Permalink
Revert a doc string change
Browse files Browse the repository at this point in the history
  • Loading branch information
jainapurva committed Aug 27, 2024
1 parent 33ae19a commit 482f537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchao/quantization/quant_primitives.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ def dequantize_affine(
e.g. when size is the same as the input tensor dimension, we are using per tensor quantization
scale (Tensor): quantization parameter for affine quantization
zero_point (Tensor): quantization parameter for affine quantization
dtype (torch.dtype): requested dtype (e.g. torch.uint8) for output Tensor
input_dtype (torch.dtype): requested dtype (e.g. torch.uint8) for output Tensor
quant_min (Optional[int]): minimum quantized value for input Tensor
quant_max (Optional[int]): maximum quantized value for input Tensor
output_dtype (torch.dtype): dtype for output Tensor, default is fp32
Expand Down

0 comments on commit 482f537

Please sign in to comment.