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

Function backend_reset_max_memory_allocated

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

Source from the content-addressed store, hash-verified

1524
1525
1526def backend_reset_max_memory_allocated(device: str):
1527 return _device_agnostic_dispatch(device, BACKEND_RESET_MAX_MEMORY_ALLOCATED)
1528
1529
1530def backend_max_memory_allocated(device: str):

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…