Skip to content

Commit 1d548e4

Browse files
authored
Add ops layer api for keras 3.11.0 (#2153)
1 parent f2b178a commit 1d548e4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

scripts/api_master.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1115,6 +1115,7 @@
11151115
"keras.ops.bitwise_xor",
11161116
"keras.ops.blackman",
11171117
"keras.ops.broadcast_to",
1118+
"keras.ops.cbrt",
11181119
"keras.ops.ceil",
11191120
"keras.ops.clip",
11201121
"keras.ops.concatenate",
@@ -1128,6 +1129,7 @@
11281129
"keras.ops.cross",
11291130
"keras.ops.cumprod",
11301131
"keras.ops.cumsum",
1132+
"keras.ops.deg2rad",
11311133
"keras.ops.diag",
11321134
"keras.ops.diagflat",
11331135
"keras.ops.diagonal",
@@ -1153,6 +1155,7 @@
11531155
"keras.ops.greater",
11541156
"keras.ops.greater_equal",
11551157
"keras.ops.hamming",
1158+
"keras.ops.hanning",
11561159
"keras.ops.histogram",
11571160
"keras.ops.hstack",
11581161
"keras.ops.identity",
@@ -1162,6 +1165,7 @@
11621165
"keras.ops.isfinite",
11631166
"keras.ops.isinf",
11641167
"keras.ops.isnan",
1168+
"keras.ops.kaiser",
11651169
"keras.ops.left_shift",
11661170
"keras.ops.less",
11671171
"keras.ops.less_equal",

scripts/autogen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
GUIDES_GH_LOCATION = Path("keras-team") / "keras-io" / "blob" / "master" / "guides"
3333
KERAS_TEAM_GH = "https://github.com/keras-team"
3434
PROJECT_URL = {
35-
"keras": f"{KERAS_TEAM_GH}/keras/tree/v3.10.0/",
35+
"keras": f"{KERAS_TEAM_GH}/keras/tree/v3.11.0/",
3636
"keras_tuner": f"{KERAS_TEAM_GH}/keras-tuner/tree/v1.4.7/",
3737
"keras_hub": f"{KERAS_TEAM_GH}/keras-hub/tree/v0.21.1/",
3838
"tf_keras": f"{KERAS_TEAM_GH}/tf-keras/tree/v2.19.0/",

0 commit comments

Comments
 (0)