MCPcopy Create free account
hub / github.com/MoonInTheRiver/DiffSinger / forward

Method forward

modules/commons/common_layers.py:37–38  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

35 gain=torch.nn.init.calculate_gain(w_init_gain))
36
37 def forward(self, x):
38 return self.linear_layer(x)
39
40
41class ConvNorm(torch.nn.Module):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected