From 1670a8cf96f7b2f5b7119203d48a5a3bad1aa6b6 Mon Sep 17 00:00:00 2001 From: Megvii Engine Team Date: Tue, 9 Mar 2021 15:12:37 +0800 Subject: [PATCH] docs(mge/quantization): fix wrong unexpected unindent in docstring GitOrigin-RevId: e604bcebb2d654781a59b16cfb8eb290ba1ab976 --- imperative/python/megengine/quantization/fake_quant.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/imperative/python/megengine/quantization/fake_quant.py b/imperative/python/megengine/quantization/fake_quant.py index d115c6461..b38df20a1 100644 --- a/imperative/python/megengine/quantization/fake_quant.py +++ b/imperative/python/megengine/quantization/fake_quant.py @@ -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``. """ -- GitLab