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

Method forward

kokoro/modules.py:17–18  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

15 nn.init.xavier_uniform_(self.linear_layer.weight, gain=nn.init.calculate_gain(w_init_gain))
16
17 def forward(self, x):
18 return self.linear_layer(x)
19
20
21class LayerNorm(nn.Module):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected