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

Method forward

modules/commons/common_layers.py:482–483  ·  view source on GitHub ↗
(self, input_tensor)

Source from the content-addressed store, hash-verified

480
481class CustomSwish(nn.Module):
482 def forward(self, input_tensor):
483 return Swish.apply(input_tensor)
484
485
486class TransformerFFNLayer(nn.Module):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected