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

Function global_seed

tensorflow/python/eager/context.py:1581–1583  ·  view source on GitHub ↗

Returns the eager mode seed.

()

Source from the content-addressed store, hash-verified

1579
1580
1581def global_seed():
1582 """Returns the eager mode seed."""
1583 return context()._seed # pylint: disable=protected-access
1584
1585
1586def internal_operation_seed():

Callers

nothing calls this directly

Calls 1

contextFunction · 0.85

Tested by

no test coverage detected