MCPcopy Create free account
hub / github.com/MatrixTeam-AI/RAIN / __init__

Method __init__

src/models/attention_processor.py:1087–1088  ·  view source on GitHub ↗
(self, attention_op: Optional[Callable] = None)

Source from the content-addressed store, hash-verified

1085 """
1086
1087 def __init__(self, attention_op: Optional[Callable] = None):
1088 self.attention_op = attention_op
1089
1090 def __call__(
1091 self,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected