Skip to content

Commit

Permalink
fix the error of fake_quant_dequant op name (#32866)
Browse files Browse the repository at this point in the history
  • Loading branch information
juncaipeng committed May 12, 2021
1 parent c67a5d9 commit b34fa4f
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

1 comment on commit b34fa4f

@paddle-bot-old
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Congratulation! Your pull request passed all required CI. You could ask reviewer(s) to approve and merge. 🎉

Please sign in to comment.