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

Method forward

Image_Classification/src/models/focalnet.py:519–522  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

517 return x
518
519 def forward(self, x):
520 x = self.forward_features(x)
521 x = self.head(x)
522 return x
523
524 def flops(self):
525 flops = 0

Callers

nothing calls this directly

Calls 1

forward_featuresMethod · 0.95

Tested by

no test coverage detected