Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
liord committed Dec 11, 2024
1 parent 0e71a87 commit 24ea028
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ def generate_tp_model(default_config: OpQuantizationConfig,
base_config=base_config)

# Define operator sets that use mixed_precision_configuration_options:
conv = schema.OperatorsSet(schema.OPS_SET_LIST.OPSET_CONV, mixed_precision_configuration_options)
conv = schema.OperatorsSet(OPSET_CONV, mixed_precision_configuration_options)
fc = schema.OperatorsSet(OPSET_FULLY_CONNECTED, mixed_precision_configuration_options)

schema.OperatorsSet(OPSET_BATCH_NORM, default_config_options_16bit)
Expand Down

0 comments on commit 24ea028

Please sign in to comment.