MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / set_global_seed

Function set_global_seed

tensorflow/python/eager/context.py:1576–1578  ·  view source on GitHub ↗

Sets the eager mode seed.

(seed)

Source from the content-addressed store, hash-verified

1574
1575
1576def set_global_seed(seed):
1577 """Sets the eager mode seed."""
1578 context()._set_global_seed(seed) # pylint: disable=protected-access
1579
1580
1581def global_seed():

Callers

nothing calls this directly

Calls 2

contextFunction · 0.85
_set_global_seedMethod · 0.80

Tested by

no test coverage detected