Skip to content

Commit 0d0e976

Browse files
authored
Add activations and ops method (#2014)
1 parent 0898e77 commit 0d0e976

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

scripts/api_master.py

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,14 @@
156156
"keras.activations.linear",
157157
"keras.activations.mish",
158158
"keras.activations.log_softmax",
159+
"keras.activations.celu",
160+
"keras.activations.squareplus",
161+
"keras.activations.soft_shrink",
162+
"keras.activations.glu",
163+
"keras.activations.tanh_shrink",
164+
"keras.activations.hard_tanh",
165+
"keras.activations.hard_shrink",
166+
"keras.activations.log_sigmoid",
159167
],
160168
},
161169
{
@@ -1177,6 +1185,13 @@
11771185
"keras.ops.sparse_categorical_crossentropy",
11781186
"keras.ops.swish",
11791187
"keras.ops.hard_swish",
1188+
"keras.ops.celu",
1189+
"keras.ops.squareplus",
1190+
"keras.ops.soft_shrink",
1191+
"keras.ops.glu",
1192+
"keras.ops.tanh_shrink",
1193+
"keras.ops.hard_tanh",
1194+
"keras.ops.hard_shrink",
11801195
],
11811196
},
11821197
{

0 commit comments

Comments
 (0)