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

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

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