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

Function internal_operation_seed

tensorflow/python/eager/context.py:1586–1588  ·  view source on GitHub ↗

Returns the operation seed generated based on global seed.

()

Source from the content-addressed store, hash-verified

1584
1585
1586def internal_operation_seed():
1587 """Returns the operation seed generated based on global seed."""
1588 return context()._internal_operation_seed() # pylint: disable=protected-access
1589
1590
1591@tf_export("executing_eagerly")

Callers

nothing calls this directly

Calls 2

contextFunction · 0.85

Tested by

no test coverage detected