未验证 提交 4ead5494 编写于 作者: C Chang Xu 提交者: GitHub

Add Reduce Max in Quant (#44825)

上级 ef945c81
......@@ -109,6 +109,7 @@ _act_supported_quantizable_op_type = [
"square",
"softplus",
"shuffle_channel",
"reduce_max",
]
_out_scale_op_list = list(
......@@ -213,6 +214,7 @@ _op_real_in_out_name = {
"square": [["X"], ["Out"]],
"softplus": [["X"], ["Out"]],
"shuffle_channel": [["X"], ["Out"]],
"reduce_max": [["X"], ["Out"]],
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册