Skip to content

Commit

Permalink
fix issue
Browse files Browse the repository at this point in the history
Signed-off-by: Mengni Wang <[email protected]>
  • Loading branch information
mengniwang95 committed Jun 27, 2024
1 parent c152249 commit 04c17ea
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ def __init__(
self.fixed_zero_zp_name = "fixed_zero_zp"

if not self.static:
self.op_types_to_exclude_output_quantization = op_types_to_quantize
self.optypes_to_exclude_output_quant = op_types_to_quantize
else:
self.op_types_to_exclude_output_quantization = optypes_to_exclude_output_quant
self.optypes_to_exclude_output_quant = optypes_to_exclude_output_quant

self.add_qdq_pair_to_weight = add_qdq_pair_to_weight
self.dedicated_qdq_pair = dedicated_qdq_pair
Expand Down

0 comments on commit 04c17ea

Please sign in to comment.