MCPcopy Create free account
hub / github.com/MeiGen-AI/MultiTalk / forward

Method forward

wan/modules/clip.py:49–50  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

47class LayerNorm(nn.LayerNorm):
48
49 def forward(self, x):
50 return super().forward(x.float()).type_as(x)
51
52
53class SelfAttention(nn.Module):

Callers

nothing calls this directly

Calls 1

forwardMethod · 0.45

Tested by

no test coverage detected