Skip to content

Commit b437854

Browse files
authored
Add documentation for DistributedEmbedding.preprocess. (#2108)
Also remove spurious duplicate entry for `ModelParallel`.
1 parent b377f14 commit b437854

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

scripts/api_master.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1905,13 +1905,6 @@
19051905
"keras.distribution.ModelParallel",
19061906
],
19071907
},
1908-
{
1909-
"path": "model_parallel",
1910-
"title": "ModelParallel API",
1911-
"generate": [
1912-
"keras.distribution.ModelParallel",
1913-
],
1914-
},
19151908
{
19161909
"path": "distribution_utils",
19171910
"title": "Distribution utilities",

scripts/rs_master.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@
9292
"generate": [
9393
"keras_rs.layers.DistributedEmbedding",
9494
"keras_rs.layers.DistributedEmbedding.call",
95+
"keras_rs.layers.DistributedEmbedding.preprocess",
9596
],
9697
},
9798
{

0 commit comments

Comments
 (0)