We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dc2826 commit dd19c66Copy full SHA for dd19c66
backends/qualcomm/quantizer/observers/per_channel_param_observer.py
@@ -4,6 +4,10 @@
4
5
# TODO move to torch/ao/quantization/observer.py.
6
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
+
11
def __init__(
12
self,
13
ch_axis=0,
0 commit comments