MCPcopy Create free account
hub / github.com/294coder/Dif-PAN / forward

Method forward

models/sr3_dwt.py:299–300  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

297 )
298
299 def forward(self, x):
300 return self.block(x)
301
302
303class ResnetBlock(nn.Module):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected