Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Chen-Yang-Liu/Text2Earth
/ backend_empty_cache
Function
backend_empty_cache
src/diffusers/utils/testing_utils.py:969–970 ·
view source on GitHub ↗
(device: str)
Source
from the content-addressed store, hash-verified
967
968
969
def
backend_empty_cache(device: str):
970
return
_device_agnostic_dispatch(device, BACKEND_EMPTY_CACHE)
971
972
973
def
backend_device_count(device: str):
Callers
7
tearDown
Method · 0.90
tearDown
Method · 0.90
tearDown
Method · 0.90
tearDown
Method · 0.90
tearDown
Method · 0.90
tearDown
Method · 0.90
tearDown
Method · 0.90
Calls
1
_device_agnostic_dispatch
Function · 0.85
Tested by
no test coverage detected