Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/tinygrad/tinygrad
/ read
Method
read
extra/usbgpu/debug.py:72–73 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
70
print(
"Device reset complete."
)
71
72
def
read(self) -> bytes:
73
return
self.ftdi.read_data(256).decode(
'utf-8'
, errors=
'replace'
)
74
75
76
if
__name__ ==
"__main__"
:
Callers
15
load
Method · 0.45
max_matmul.py
File · 0.45
test_kfd_2.py
File · 0.45
sleep
Method · 0.45
rgptool.py
File · 0.45
main
Function · 0.45
_init_from_d0
Method · 0.45
read_pci_state
Method · 0.45
rescan_devs
Method · 0.45
fetch_file.py
File · 0.45
debug.py
File · 0.45
patch
Function · 0.45
Calls
1
decode
Method · 0.45
Tested by
no test coverage detected