Skip to content

Commit

Permalink
fix fold op
Browse files Browse the repository at this point in the history
  • Loading branch information
hjchen2 committed Dec 30, 2021
1 parent 955150e commit ae15c6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions oneflow/ir/include/OneFlow/OneFlowUserOps.td
Original file line number Diff line number Diff line change
Expand Up @@ -7947,6 +7947,7 @@ def OneFlow_FoldOp : OneFlow_BaseOp<"fold", [NoSideEffect, DeclareOpInterfaceMet
OneFlow_Tensor:$y
);
let attrs = (ins
StrAttr:$data_format,
SI32ArrayAttr:$output_size,
SI32ArrayAttr:$kernel_size,
SI32ArrayAttr:$strides,
Expand Down

0 comments on commit ae15c6e

Please sign in to comment.