Skip to content

Commit b484b8d

Browse files
authored
Update _learnable_fake_quantize.py
Remove sentence "For literature references, please see the class _LearnableFakeQuantizePerTensorOp."
1 parent 71e684b commit b484b8d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

torch/ao/quantization/_learnable_fake_quantize.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ class _LearnableFakeQuantize(torch.ao.quantization.FakeQuantizeBase):
99
1010
This is an extension of the FakeQuantize module in fake_quantize.py, which
1111
supports more generalized lower-bit quantization and support learning of the scale
12-
and zero point parameters through backpropagation. For literature references,
13-
please see the class _LearnableFakeQuantizePerTensorOp.
12+
and zero point parameters through backpropagation.
1413
1514
In addition to the attributes in the original FakeQuantize module, the _LearnableFakeQuantize
1615
module also includes the following attributes to support quantization parameter learning.

0 commit comments

Comments
 (0)