MCPcopy 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')
212def 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_sessionFunction · 0.85

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected