未验证 提交 5baccfdd 编写于 作者: C cc 提交者: GitHub

add support ops for quantization (#35312)

上级 5c27c2c0
......@@ -133,6 +133,7 @@ _op_real_in_out_name = {
"pad2d": [["X"], ["Out"]],
"flatten": [["X"], ["Out"]],
"flatten2": [["X"], ["Out"]],
"unsqueeze2": [["X"], ["Out"]],
}
_conv_ops = ['conv2d', 'depthwise_conv2d', 'conv2d_transpose']
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册