Skip to content

Commit

Permalink
[quant] add docs for embedding/embedding_bag
Browse files Browse the repository at this point in the history
Summary:

Test Plan:
tested locally on mac

Reviewers:

Subscribers:

Tasks:

Tags:

ghstack-source-id: e402b5f3cbe158426ed118f307cad7e4dfe741bd
Pull Request resolved: #51770
  • Loading branch information
supriyar committed Feb 5, 2021
1 parent 1065c2d commit 0f012f1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/source/torch.nn.quantized.rst
Expand Up @@ -112,3 +112,13 @@ InstanceNorm3d
~~~~~~~~~~~~~~~
.. autoclass:: InstanceNorm3d
:members:

Embedding
~~~~~~~~~~~~~~~
.. autoclass:: Embedding
:members:

EmbeddingBag
~~~~~~~~~~~~~~~
.. autoclass:: EmbeddingBag
:members:

0 comments on commit 0f012f1

Please sign in to comment.