Skip to content

Commit

Permalink
Update _learnable_fake_quantize.py
Browse files Browse the repository at this point in the history
Remove sentence "For literature references, please see the class _LearnableFakeQuantizePerTensorOp."
  • Loading branch information
rk7697 authored Jun 5, 2024
1 parent 71e684b commit b484b8d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions torch/ao/quantization/_learnable_fake_quantize.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ class _LearnableFakeQuantize(torch.ao.quantization.FakeQuantizeBase):
This is an extension of the FakeQuantize module in fake_quantize.py, which
supports more generalized lower-bit quantization and support learning of the scale
and zero point parameters through backpropagation. For literature references,
please see the class _LearnableFakeQuantizePerTensorOp.
and zero point parameters through backpropagation.
In addition to the attributes in the original FakeQuantize module, the _LearnableFakeQuantize
module also includes the following attributes to support quantization parameter learning.
Expand Down

0 comments on commit b484b8d

Please sign in to comment.