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

Method forward

usr/diff/diffusion.py:111–112  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

109 )
110
111 def forward(self, x):
112 return self.block(x)
113
114
115class ResnetBlock(nn.Module):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected