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

inference-pre-release-gpu
WangZhen 6 years ago
parent c6f99a1645
commit 3b668c1574

@ -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)

Loading…
Cancel
Save