Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tinygrad/tinygrad
/ release
Method
release
tinygrad/runtime/support/objc.py:15–15 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
13
def
__del__(self):
14
if
self.retain and not self._is_finalizing(): self.release()
15
def
release(self): msg(
"release"
)(self)
16
def
retained(self):
17
setattr(self,
'retain'
, True)
18
return
self
Callers
6
__del__
Method · 0.95
_free
Method · 0.80
connection
Method · 0.80
yolov3.py
File · 0.80
get
Method · 0.80
put
Method · 0.80
Calls
1
msg
Function · 0.85
Tested by
no test coverage detected