mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Fixes #155028 This pull request updates the documentation by transitioning from .rst to .md format. It introduces new Markdown files for the documentation of named_tensor, nested, nn.attention.bias, nn.attention.experimental, and nn.attention.flex_attention Pull Request resolved: https://github.com/pytorch/pytorch/pull/155696 Approved by: https://github.com/svekars Co-authored-by: Svetlana Karslioglu <svekars@meta.com>
479 B
479 B
.. role:: hidden
:class: hidden-section
torch.nn.attention.bias
.. automodule:: torch.nn.attention.bias
.. currentmodule:: torch.nn.attention.bias
CausalBias
.. autosummary::
:toctree: generated
:nosignatures:
:template: classnoinheritance.rst
CausalBias
.. autosummary::
:toctree: generated
:nosignatures:
causal_lower_right
causal_upper_left
CausalVariant