Skip to content

Commit

Permalink
Deploying to gh-pages from @ ca6ac2f 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
facebook-github-bot committed Jan 6, 2024
1 parent 46b6b0b commit a2eec30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fbgemm_gpu-python-api/table_batched_embedding_ops.html
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@
<li><p><strong>beta1</strong> (<a class="reference external" href="https://docs.python.org/3/library/functions.html#float" title="(in Python v3.12)"><em>float</em></a><em>, </em><em>optional</em>) – The beta1 value used by LAMB and ADAM</p></li>
<li><p><strong>beta2</strong> (<a class="reference external" href="https://docs.python.org/3/library/functions.html#float" title="(in Python v3.12)"><em>float</em></a><em>, </em><em>optional</em>) – The beta2 value used by LAMB and ADAM</p></li>
<li><p><strong>pooling_mode</strong> (<em>PoolingMode</em><em>, </em><em>optional</em>) – Pooling mode (<cite>PoolingMode.SUM</cite>, <cite>PoolingMode.MEAN</cite>, <cite>PoolingMode.NONE</cite>)</p></li>
<li><p><strong>device</strong> (<a class="reference external" href="https://pytorch.org/docs/main/tensor_attributes.html#torch.device" title="(in PyTorch vmain (2.3.0a0+gitd0cf218 ))"><em>torch.device</em></a><em>, </em><em>optional</em>) – The current device to place tensors on</p></li>
<li><p><strong>device</strong> (<a class="reference external" href="https://pytorch.org/docs/main/tensor_attributes.html#torch.device" title="(in PyTorch vmain (2.3.0a0+git5323b2d ))"><em>torch.device</em></a><em>, </em><em>optional</em>) – The current device to place tensors on</p></li>
<li><p><strong>bounds_check_mode</strong> (<em>BoundsCheckMode</em><em>, </em><em>optional</em>) – If not set to <cite>BoundsCheckMode.NONE</cite>, apply boundary check for indices (<cite>BoundsCheckMode.NONE</cite>, <cite>BoundsCheckMode.FATAL</cite>, <cite>BoundsCheckMode.WARNING</cite>, <cite>BoundsCheckMode.IGNORE</cite>)</p></li>
</ul>
</dd>
Expand Down

0 comments on commit a2eec30

Please sign in to comment.