MCPcopy Create free account
hub / github.com/TorchSSL/TorchSSL / __call__

Method __call__

models/softmatch/softmatch_utils.py:13–14  ·  view source on GitHub ↗
(self, iter)

Source from the content-addressed store, hash-verified

11 return self.value
12
13 def __call__(self, iter):
14 return self.value
15
16
17

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected