MCPcopy Create free account
hub / github.com/Sense-GVT/DeCLIP / forward

Method forward

prototype/utils/dist.py:60–61  ·  view source on GitHub ↗
(self, *inputs, **kwargs)

Source from the content-addressed store, hash-verified

58 self._register_hooks()
59
60 def forward(self, *inputs, **kwargs):
61 return self.module(*inputs, **kwargs)
62
63 def _register_hooks(self):
64 for i, (name, p) in enumerate(self.named_parameters()):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected