Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions jax_tpu_embedding/sparsecore/lib/nn/embedding.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,8 +334,8 @@ def preprocess_sparse_dense_matmul_input(
the max_ids_per_partition or max_unique_ids_per_partition limits.

Returns:
A tuple of four dictionaries mapping the stacked table names to the
preprocessed inputs for the corresponding table. The four dictionaries are
A tuple of five dictionaries mapping the stacked table names to the
preprocessed inputs for the corresponding table. The five dictionaries are
lhs_row_pointers, lhs_embedding_ids, lhs_sample_ids, lhs_gains and stats.
"""
tree.assert_same_structure(features, feature_specs)
Expand Down