Returns the operation seed generated based on global seed.
()
| 1584 | |
| 1585 | |
| 1586 | def 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") |
nothing calls this directly
no test coverage detected