Skip to content

Commit

Permalink
Update TBE stable API docstrings (#3171)
Browse files Browse the repository at this point in the history
Summary:
Update TBE docstrings and only show stable TBE APIs on the document
page

Pull Request resolved: #3171

Differential Revision: D63382237

Pulled By: sryap
  • Loading branch information
sryap authored and facebook-github-bot committed Sep 25, 2024
1 parent dad29b2 commit 48d055f
Show file tree
Hide file tree
Showing 3 changed files with 262 additions and 99 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Jagged Tensor Operators
=======================

.. automodule:: fbgemm_gpu

.. autofunction:: torch.ops.fbgemm.jagged_2d_to_dense

.. autofunction:: torch.ops.fbgemm.jagged_1d_to_dense
Expand Down
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
Loading

0 comments on commit 48d055f

Please sign in to comment.