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

Method forward

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

Source from the content-addressed store, hash-verified

22 self.args = args
23
24 def forward(self, x):
25 return x.permute(self.args)
26
27
28class LinearNorm(torch.nn.Module):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected