Using better words. (#10210)

This commit is contained in:
Zhang Lei 2022-01-07 09:17:23 -08:00 committed by GitHub
parent e7efcc93fe
commit 2bbf1ac1e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@ class Direct8BitOp(QuantOperatorBase):
self.quantizer.new_nodes += [node]
else:
# Force quantize those ops if possible, use black list on node if this is not you want
# Force quantize those ops if possible, use exclude node list if this is not you want
if (not self.quantizer.is_valid_quantize_weight(node.input[0])):
super().quantize()
return