Skip to content

Commit 88df6a4

Browse files
authored
Update conv3d.pbtxt
1 parent bf5c9d8 commit 88df6a4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

paddle/fluid/operators/compat/conv3d.pbtxt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ def {
2929
name: "dilations"
3030
type: INTS
3131
}
32+
attrs {
33+
name: "data_format"
34+
type: STRING
35+
}
3236
}
3337
extra {
3438
inputs {
@@ -86,10 +90,6 @@ extra {
8690
name: "force_fp32_output"
8791
type: BOOLEAN
8892
}
89-
attrs {
90-
name: "data_format"
91-
type: STRING
92-
}
9393
attrs {
9494
name: "workspace_size_MB"
9595
type: INT

0 commit comments

Comments
 (0)