MCPcopy Create free account
hub / github.com/YesianRohn/TextSSR / backend_empty_cache

Function backend_empty_cache

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

Source from the content-addressed store, hash-verified

1000
1001
1002def backend_empty_cache(device: str):
1003 return _device_agnostic_dispatch(device, BACKEND_EMPTY_CACHE)
1004
1005
1006def backend_device_count(device: str):

Callers 8

tearDownMethod · 0.90
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