Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tinygrad/tinygrad
/ close
Method
close
extra/usbgpu/debug.py:47–48 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
45
self.ftdi.set_cbus_gpio(0x00)
46
47
def
close(self):
48
self.ftdi.close()
49
50
def
provision(self):
51
print(
"Provisioning FTDI device for usbgpu debugging..."
)
Callers
12
__exit__
Method · 0.95
serve.py
File · 0.45
connect.py
File · 0.45
imagenet_extract
Function · 0.45
imagenet_prepare_val
Function · 0.45
fetch_cifar
Function · 0.45
listner_worker
Function · 0.45
get_sample_count
Function · 0.45
batch_load_resnet
Function · 0.45
batch_load_unet3d
Function · 0.45
batch_load_retinanet
Function · 0.45
start
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected