Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tdrussell/diffusion-pipe
/ expired
Method
expired
utils/reduction.py:49–50 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
47
return
instance
48
49
def
expired(self):
50
return
torch.Storage._expired(self.cdata)
# type: ignore[attr-defined]
51
52
def
__del__(self):
53
self._free_weak_ref(self.cdata)
Callers
1
free_dead_references
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected