提交 1670a8cf 编写于 作者: M Megvii Engine Team

docs(mge/quantization): fix wrong unexpected unindent in docstring

GitOrigin-RevId: e604bcebb2d654781a59b16cfb8eb290ba1ab976
上级 365e80b5
......@@ -75,7 +75,7 @@ class TQT(_FakeQuantize, QParamsModuleMixin):
for Accurate and Efficient Fixed-Point Inference of Deep Neural Networks.
:param dtype: a string or :class:`~.QuantDtypeMeta` indicating the target
quantization dtype of input.
quantization dtype of input.
:param enable: whether do ``normal_forward`` or ``fake_quant_forward``.
"""
......@@ -106,7 +106,7 @@ class FakeQuantize(_FakeQuantize):
A module to do quant and dequant according to observer's scale and zero_point.
:param dtype: a string or :class:`~.QuantDtypeMeta` indicating the target
quantization dtype of input.
quantization dtype of input.
:param enable: whether do ``normal_forward`` or ``fake_quant_forward``.
"""
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册