Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ reset_uids
Function
reset_uids
tensorflow/python/keras/backend.py:212–216 ·
view source on GitHub ↗
Resets graph identifiers.
()
Source
from the content-addressed store, hash-verified
210
211
@keras_export(
'keras.backend.reset_uids'
)
212
def
reset_uids():
213
""
"Resets graph identifiers.
214
""
"
215
216
PER_GRAPH_OBJECT_NAME_UIDS.clear()
217
218
219
@keras_export(
'keras.backend.clear_session'
)
Callers
1
clear_session
Function · 0.85
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected