We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
DistributedEmbedding.preprocess
1 parent b377f14 commit b437854Copy full SHA for b437854
scripts/api_master.py
@@ -1905,13 +1905,6 @@
1905
"keras.distribution.ModelParallel",
1906
],
1907
},
1908
- {
1909
- "path": "model_parallel",
1910
- "title": "ModelParallel API",
1911
- "generate": [
1912
- "keras.distribution.ModelParallel",
1913
- ],
1914
- },
1915
{
1916
"path": "distribution_utils",
1917
"title": "Distribution utilities",
scripts/rs_master.py
@@ -92,6 +92,7 @@
92
"generate": [
93
"keras_rs.layers.DistributedEmbedding",
94
"keras_rs.layers.DistributedEmbedding.call",
95
+ "keras_rs.layers.DistributedEmbedding.preprocess",
96
97
98
0 commit comments