(self, attention_op: Optional[Callable] = None)
| 1085 | """ |
| 1086 | |
| 1087 | def __init__(self, attention_op: Optional[Callable] = None): |
| 1088 | self.attention_op = attention_op |
| 1089 | |
| 1090 | def __call__( |
| 1091 | self, |
nothing calls this directly
no outgoing calls
no test coverage detected