Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions paddle/fluid/pir/serialize_deserialize/patch/2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,3 @@ op_patches:
type : pir::ArrayAttribute
data :
- type: pir::Int64Attribute
- op_name : pd_op.repeat_interleave
actions:
- action : add_attr
object : output_size
type : pir::Int64Attribute
data : -1
- op_name : pd_op.repeat_interleave_with_tensor_index
actions:
- action : add_attr
object : output_size
type : pir::Int64Attribute
data : -1
12 changes: 12 additions & 0 deletions paddle/fluid/pir/serialize_deserialize/patch/3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,15 @@ op_patches:
- action : modify_attr
object : k
type : pir::Int64Attribute
- op_name : pd_op.repeat_interleave
actions:
- action : add_attr
object : output_size
type : pir::Int64Attribute
data : -1
- op_name : pd_op.repeat_interleave_with_tensor_index
actions:
- action : add_attr
object : output_size
type : pir::Int64Attribute
data : -1
Loading