MCPcopy
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.pyFile · 0.45
connect.pyFile · 0.45
imagenet_extractFunction · 0.45
imagenet_prepare_valFunction · 0.45
fetch_cifarFunction · 0.45
listner_workerFunction · 0.45
get_sample_countFunction · 0.45
batch_load_resnetFunction · 0.45
batch_load_unet3dFunction · 0.45
batch_load_retinanetFunction · 0.45
startFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected