(self, attention_op: Optional[Callable] = None)
| 1091 | """ |
| 1092 | |
| 1093 | def __init__(self, attention_op: Optional[Callable] = None): |
| 1094 | self.attention_op = attention_op |
| 1095 | |
| 1096 | def __call__( |
| 1097 | self, |
nothing calls this directly
no outgoing calls
no test coverage detected