Gets whether operations are executed synchronously or asynchronously.
View aliases
Compat aliases for migration
See Migration guide for more details.
tf.compat.v1.config.experimental.get_synchronous_execution
, `tf.compat.v2.config.experimental.get_synchronous_execution`
tf.config.experimental.get_synchronous_execution()
TensorFlow can execute operations synchronously or asynchronously. If asynchronous execution is enabled, operations may return "non-ready" handles.
Returns | |
---|---|
Current thread execution mode |