Skip to content

Commit

Permalink
fix the error of fake_quant_dequant op name (#32866) (#32879)
Browse files Browse the repository at this point in the history
  • Loading branch information
juncaipeng authored May 17, 2021
1 parent 4ccd9a0 commit 4831e37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

fake_quantize_dequantize_types = [
"fake_quantize_dequantize_abs_max",
"fake_quantize_dequantize_channel_wise_abs_max",
"fake_channel_wise_quantize_dequantize_abs_max",
"fake_quantize_dequantize_moving_average_abs_max"
]

Expand Down

0 comments on commit 4831e37

Please sign in to comment.