tf.config.experimental.get_synchronous_execution

View source on GitHub

Gets whether operations are executed synchronously or asynchronously.

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