MCPcopy Create free account
hub / github.com/alinlab/SelfPatch / forward

Method forward

detection/backbone/vit_SelfPatch.py:303–305  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

301
302
303 def forward(self, x):
304 x = self.forward_features(x)
305 return x

Callers

nothing calls this directly

Calls 1

forward_featuresMethod · 0.95

Tested by

no test coverage detected