MCPcopy Create free account
hub / github.com/AtlasAnalyticsLab/AdaFisher / forward

Method forward

Image_Classification/src/models/swin.py:23–24  ·  view source on GitHub ↗
(self, x, **kwargs)

Source from the content-addressed store, hash-verified

21 self.fn = fn
22
23 def forward(self, x, **kwargs):
24 return self.fn(x, **kwargs) + x
25
26
27class PreNorm(nn.Module):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected