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

Method forward

src/models/motion_module.py:275–277  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

273 self.register_buffer("pe", pe)
274
275 def forward(self, x):
276 x = x + self.pe[:, : x.size(1)]
277 return self.dropout(x)
278
279
280class VersatileAttention(Attention):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected