-
Notifications
You must be signed in to change notification settings - Fork 521
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
262 additions
and
99 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
fbgemm_gpu/docs/src/fbgemm_gpu-python-api/jagged_tensor_ops.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 8 additions & 3 deletions
11
fbgemm_gpu/docs/src/fbgemm_gpu-python-api/table_batched_embedding_ops.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
Table Batched Embedding (TBE) Operators | ||
======================================= | ||
Table Batched Embedding (TBE) Training Module | ||
============================================= | ||
|
||
.. autoclass:: fbgemm_gpu.split_table_batched_embeddings_ops_training.SplitTableBatchedEmbeddingBagsCodegen | ||
:members: | ||
:members: forward, | ||
split_embedding_weights, | ||
split_optimizer_states, | ||
set_learning_rate, | ||
update_hyper_parameters, | ||
set_optimizer_step |
Oops, something went wrong.