MCPcopy Index your code
hub / github.com/huggingface/diffusers / backend_device_count

Function backend_device_count

tests/testing_utils.py:1518–1519  ·  view source on GitHub ↗
(device: str)

Source from the content-addressed store, hash-verified

1516
1517
1518def backend_device_count(device: str):
1519 return _device_agnostic_dispatch(device, BACKEND_DEVICE_COUNT)
1520
1521
1522def backend_reset_peak_memory_stats(device: str):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…