Files
paddlepaddle--paddle/paddle/fluid/pir/serialize_deserialize/patch/3.yaml
T
2026-07-13 12:40:42 +08:00

19 lines
473 B
YAML

op_patches:
- op_name : pd_op.kthvalue
actions:
- 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