Skip to content

Commit 0f66e3c

Browse files
authored
Add missing NumPy ops layer APIs to keras.ops (#2157)
* Add missing NumPy ops layer APIs to keras.ops * correct it for alphabetical order * correct it for alphabetical order
1 parent da45b18 commit 0f66e3c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/api_master.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1122,6 +1122,7 @@
11221122
"keras.ops.conj",
11231123
"keras.ops.conjugate",
11241124
"keras.ops.copy",
1125+
"keras.ops.corrcoef",
11251126
"keras.ops.correlate",
11261127
"keras.ops.cos",
11271128
"keras.ops.cosh",
@@ -1156,6 +1157,7 @@
11561157
"keras.ops.greater_equal",
11571158
"keras.ops.hamming",
11581159
"keras.ops.hanning",
1160+
"keras.ops.heaviside",
11591161
"keras.ops.histogram",
11601162
"keras.ops.hstack",
11611163
"keras.ops.identity",

0 commit comments

Comments
 (0)