Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorchSSL/TorchSSL
/ __init__
Method
__init__
models/uda/uda_utils.py:9–10 ·
view source on GitHub ↗
(self, value)
Source
from the content-addressed store, hash-verified
7
8
class
Get_Scalar:
9
def
__init__(self, value):
10
self.value = value
11
12
def
get_value(self, iter):
13
return
self.value
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected