File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed
paddle/fluid/pir/serialize_deserialize/patch Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -57,15 +57,3 @@ op_patches:
5757 type : pir::ArrayAttribute
5858 data :
5959 - type : pir::Int64Attribute
60- - op_name : pd_op.repeat_interleave
61- actions :
62- - action : add_attr
63- object : output_size
64- type : pir::Int64Attribute
65- data : -1
66- - op_name : pd_op.repeat_interleave_with_tensor_index
67- actions :
68- - action : add_attr
69- object : output_size
70- type : pir::Int64Attribute
71- data : -1
Original file line number Diff line number Diff line change @@ -4,3 +4,15 @@ op_patches:
44 - action : modify_attr
55 object : k
66 type : pir::Int64Attribute
7+ - op_name : pd_op.repeat_interleave
8+ actions :
9+ - action : add_attr
10+ object : output_size
11+ type : pir::Int64Attribute
12+ data : -1
13+ - op_name : pd_op.repeat_interleave_with_tensor_index
14+ actions :
15+ - action : add_attr
16+ object : output_size
17+ type : pir::Int64Attribute
18+ data : -1
You can’t perform that action at this time.
0 commit comments