Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 442 Bytes

nn.attention.bias.rst

File metadata and controls

27 lines (19 loc) · 442 Bytes

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