Skip to content

Commit b353d4c

Browse files
author
Joey Tsai
committed
[Add comment and reference of param observer]
1 parent 6879421 commit b353d4c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

backends/qualcomm/quantizer/observers/per_channel_param_observer.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
# TODO move to torch/ao/quantization/observer.py.
66
class PerChannelParamObserver(UniformQuantizationObserverBase):
7+
"""
8+
Minimize quantization loss caused by outlier via linear search. More details can be found at https://arxiv.org/pdf/2209.13325
9+
"""
10+
711
def __init__(
812
self,
913
ch_axis=0,

0 commit comments

Comments
 (0)