(self)
| 1177 | """ |
| 1178 | |
| 1179 | def __init__(self): |
| 1180 | if not hasattr(F, "scaled_dot_product_attention"): |
| 1181 | raise ImportError("AttnProcessor2_0 requires PyTorch 2.0, to use it, please upgrade PyTorch to 2.0.") |
| 1182 | |
| 1183 | def __call__( |
| 1184 | self, |
nothing calls this directly
no outgoing calls
no test coverage detected