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

Method forward

wan/modules/model.py:97–102  ·  view source on GitHub ↗

r""" Args: x(Tensor): Shape [B, L, C]

(self, x)

Source from the content-addressed store, hash-verified

95 super().__init__(dim, elementwise_affine=elementwise_affine, eps=eps)
96
97 def forward(self, x):
98 r"""
99 Args:
100 x(Tensor): Shape [B, L, C]
101 """
102 return super().forward(x.float()).type_as(x)
103
104
105class WanSelfAttention(nn.Module):

Callers

nothing calls this directly

Calls 1

forwardMethod · 0.45

Tested by

no test coverage detected