MCPcopy Create free account
hub / github.com/TencentARC/BrushNet / backend_empty_cache

Function backend_empty_cache

src/diffusers/utils/testing_utils.py:904–905  ·  view source on GitHub ↗
(device: str)

Source from the content-addressed store, hash-verified

902
903
904def backend_empty_cache(device: str):
905 return _device_agnostic_dispatch(device, BACKEND_EMPTY_CACHE)
906
907
908def backend_device_count(device: str):

Callers 7

tearDownMethod · 0.90
tearDownMethod · 0.90
tearDownMethod · 0.90
tearDownMethod · 0.90
tearDownMethod · 0.90
tearDownMethod · 0.90
tearDownMethod · 0.90

Calls 1

Tested by

no test coverage detected