提交 3b668c15 编写于 作者: W WangZhen

Update some comments in the quantization transform pass. test=develop

上级 c6f99a16
......@@ -313,6 +313,6 @@ class QuantizationTransformPass(object):
def _quantized_scale_name(self, var_name):
"""
Return quantized variable name for the input `var_name`.
Return the scale name of quantized variable for the input `var_name`.
"""
return "%s.scale" % (var_name)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册