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

Method get_value

models/vat/vat_utils.py:11–12  ·  view source on GitHub ↗
(self, iter)

Source from the content-addressed store, hash-verified

9 self.value = value
10
11 def get_value(self, iter):
12 return self.value
13
14 def __call__(self, iter):
15 return self.value

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected