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

Method forward

models/sr3.py:287–288  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

285 )
286
287 def forward(self, x):
288 return self.block(x)
289
290
291class ResnetBlock(nn.Module):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected