Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tdrussell/diffusion-pipe
/ get
Method
get
utils/reduction.py:80–82 ·
view source on GitHub ↗
(self, key)
Source
from the content-addressed store, hash-verified
78
self.lock = threading.Lock()
79
80
def
get(self, key):
# type: ignore[override]
81
with
self.lock:
82
return
dict.get(self, key)
83
84
def
__setitem__(self, key, storage_ref):
85
with
self.lock:
Callers
15
set_config_defaults
Function · 0.80
train.py
File · 0.80
get_optimizer
Function · 0.80
__init__
Method · 0.80
storage_from_cache
Function · 0.80
swap_weight_devices_cuda
Function · 0.80
init
Function · 0.80
__init__
Method · 0.80
__init__
Method · 0.80
validate
Method · 0.80
add_captions
Method · 0.80
_set_defaults
Method · 0.80
Calls
no outgoing calls
Tested by
1
__init__
Method · 0.64