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

Function backend_max_memory_allocated

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

Source from the content-addressed store, hash-verified

1528
1529
1530def backend_max_memory_allocated(device: str):
1531 return _device_agnostic_dispatch(device, BACKEND_MAX_MEMORY_ALLOCATED)
1532
1533
1534# These are callables which return boolean behaviour flags and can be used to specify some

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…