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

Method forward

Image_Classification/src/models/swin.py:46–47  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

44 )
45
46 def forward(self, x):
47 return self.net(x)
48
49
50def create_mask(window_size, displacement, upper_lower, left_right):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected