未验证 提交 009a163c 编写于 作者: 王明冬 提交者: GitHub

fix the op attrs error in conv2d pbtxt,test=develop (#33532)

上级 3a2230de
......@@ -32,6 +32,10 @@ def {
name: "dilations"
type: INTS
}
attrs {
name: "data_format"
type: STRING
}
}
extra {
inputs {
......@@ -113,10 +117,6 @@ extra {
name: "force_fp32_output"
type: BOOLEAN
}
attrs {
name: "data_format"
type: STRING
}
attrs {
name: "workspace_size_MB"
type: INT
......
type: "reduce_mean"
type: "conv2d_transpose"
def {
inputs {
name: "Input"
......@@ -40,6 +40,10 @@ def {
name: "padding_algorithm"
type: STRING
}
attrs {
name: "data_format"
type: STRING
}
}
extra {
attrs {
......@@ -78,10 +82,6 @@ extra {
name: "fuse_beta"
type: FLOAT
}
attrs {
name: "data_format"
type: STRING
}
attrs {
name: "workspace_size_MB"
type: INT
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册