(device: str)
| 1516 | |
| 1517 | |
| 1518 | def backend_device_count(device: str): |
| 1519 | return _device_agnostic_dispatch(device, BACKEND_DEVICE_COUNT) |
| 1520 | |
| 1521 | |
| 1522 | def backend_reset_peak_memory_stats(device: str): |
nothing calls this directly
no test coverage detected
searching dependent graphs…