Skip to content

Commit 3b668c1

Browse files
committed
Update some comments in the quantization transform pass. test=develop
1 parent c6f99a1 commit 3b668c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/paddle/fluid/contrib/slim/quantization/quantization_pass.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,6 @@ def _dequantized_var_name(self, var_name):
313313

314314
def _quantized_scale_name(self, var_name):
315315
"""
316-
Return quantized variable name for the input `var_name`.
316+
Return the scale name of quantized variable for the input `var_name`.
317317
"""
318318
return "%s.scale" % (var_name)

0 commit comments

Comments
 (0)