forked from PaddlePaddle/Paddle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path4.yaml
More file actions
134 lines (134 loc) · 3.66 KB
/
4.yaml
File metadata and controls
134 lines (134 loc) · 3.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
op_patches:
- op_name : pd_op.leaky_relu
actions:
- action : modify_attr
object : negative_slope
type : pir::DoubleAttribute
- op_name : pd_op.softplus
actions:
- action : modify_attr
object : beta
type : pir::DoubleAttribute
- action : modify_attr
object : threshold
type : pir::DoubleAttribute
- op_name : onednn_op.fused_softplus
actions:
- action : modify_attr
object : beta
type : pir::DoubleAttribute
- action : modify_attr
object : threshold
type : pir::DoubleAttribute
- action : modify_attr
object : fuse_alpha
type : pir::DoubleAttribute
- action : modify_attr
object : fuse_beta
type : pir::DoubleAttribute
- op_name : pd_op.logit
actions:
- action : modify_attr
object : eps
type : pir::DoubleAttribute
- op_name : pd_op.pad3d
actions:
- action : modify_attr
object : pad_value
type : pir::DoubleAttribute
- op_name : pd_op.group_norm
actions:
- action : modify_attr
object : epsilon
type : pir::DoubleAttribute
- op_name : pd_op.add_group_norm_silu
actions:
- action : modify_attr
object : epsilon
type : pir::DoubleAttribute
- op_name : pd_op.group_norm_silu_xpu
actions:
- action : modify_attr
object : epsilon
type : pir::DoubleAttribute
- op_name : pd_op.top_p_sampling
actions:
- action : modify_attr
object : seed
type : pir::Int64Attribute
- op_name : pd_op.bicubic_interp
actions:
- action : modify_attr
object : scale
type : pir::ArrayAttribute
data :
- type: pir::DoubleAttribute
- type: pir::DoubleAttribute
- op_name : pd_op.nearest_interp
actions:
- action : modify_attr
object : scale
type : pir::ArrayAttribute
data :
- type: pir::DoubleAttribute
- type: pir::DoubleAttribute
- type: pir::DoubleAttribute
- op_name : pd_op.linear_interp
actions:
- action : modify_attr
object : scale
type : pir::ArrayAttribute
data :
- type: pir::DoubleAttribute
- op_name : pd_op.bilinear_interp
actions:
- action : modify_attr
object : scale
type : pir::ArrayAttribute
data :
- type: pir::DoubleAttribute
- type: pir::DoubleAttribute
- op_name : pd_op.trilinear_interp
actions:
- action : modify_attr
object : scale
type : pir::ArrayAttribute
data :
- type: pir::DoubleAttribute
- type: pir::DoubleAttribute
- type: pir::DoubleAttribute
- op_name : pd_op.moe_permute
actions:
- action : add_attr
object : using_ue8m0_scale
type : pir::BoolAttribute
data : "false"
- action : add_attr
object : return_expert_indices
type : pir::BoolAttribute
data : "false"
- action : add_attr
object : override_buffer_size
type : pir::Int32Attribute
data : -1
- op_name : pd_op.moe_unpermute
actions:
- action : add_attr
object : using_ue8m0_scale
type : pir::BoolAttribute
data : "false"
- action : add_attr
object : using_weighted_combine
type : pir::BoolAttribute
data : "false"
- op_name : pd_op.p_norm
actions :
- action : modify_attr
object : porder
type : pir::DoubleAttribute
data : 2
- op_name : pd_op.layer_norm
actions:
- action : modify_attr
object : epsilon
type : pir::DoubleAttribute