MCPcopy Create free account
hub / github.com/buaacxf/VIPTR / forward

Method forward

modules/VIPTRv1.py:971–973  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

969 return x
970
971 def forward(self, x):
972 x = self.forward_features(x)
973 return x
974
975
976@register_model

Callers

nothing calls this directly

Calls 1

forward_featuresMethod · 0.95

Tested by

no test coverage detected