Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/tinygrad/tinygrad
/ renderer
Method
renderer
tinygrad/device.py:297–297 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
295
296
@property
297
def
renderer(self) -> Renderer:
return
self._select_renderer()
298
299
@property
300
def
compiler(self) -> Compiler:
Callers
nothing calls this directly
Calls
1
_select_renderer
Method · 0.95
Tested by
no test coverage detected