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

Function backend_reset_peak_memory_stats

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

Source from the content-addressed store, hash-verified

1520
1521
1522def backend_reset_peak_memory_stats(device: str):
1523 return _device_agnostic_dispatch(device, BACKEND_RESET_PEAK_MEMORY_STATS)
1524
1525
1526def backend_reset_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…