mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-30 20:18:08 +00:00
Using better words. (#10210)
This commit is contained in:
parent
e7efcc93fe
commit
2bbf1ac1e0
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue