
    %Vji                     :    U d dl Z daeed<   defdZdeddfdZdS )    NT_is_fastpath_enabledreturnc                  P    t           j                                        st          S dS )a  Returns whether fast path for TransformerEncoder and MultiHeadAttention
    is enabled, or ``True`` if jit is scripting.

    .. note::
        The fastpath might not be run even if ``get_fastpath_enabled`` returns
        ``True`` unless all conditions on inputs are met.
    T)torchjitis_scriptingr        U/root/voice-cloning/.venv/lib/python3.11/site-packages/torch/backends/mha/__init__.pyget_fastpath_enabledr   	   s%     9!!## $##4r
   valuec                 
    | a dS )z!Sets whether fast path is enabledN)r   )r   s    r   set_fastpath_enabledr      s     !r
   )r   r   bool__annotations__r   r   r	   r
   r   <module>r      sl     " d ! ! !
d 
 
 
 
! ! ! ! ! ! ! !r
   