tf.config.experimental.set_synchronous_execution
View source on GitHub |
Specifies whether operations are executed synchronously or asynchronously.
tf.config.experimental.set_synchronous_execution( enable )
TensorFlow can execute operations synchronously or asynchronously. If asynchronous execution is enabled, operations may return "non-ready" handles.
When enable
is set to None, an appropriate value will be picked automatically. The value picked may change between TensorFlow releases.
Args | |
---|---|
enable | Whether operations should be dispatched synchronously. Valid values:
|
© 2020 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/versions/r2.4/api_docs/python/tf/config/experimental/set_synchronous_execution