tf.contrib.eager.enable_remote_eager_execution
Enables eager execution for the lifetime of this program.
tf.contrib.eager.enable_remote_eager_execution(
config=None, device_policy=None, execution_mode=None, server_def=None
)
Most of the doc string for enable_eager_execution is relevant here as well.
Args |
config
|
See enable_eager_execution doc string
|
device_policy
|
See enable_eager_execution doc string
|
execution_mode
|
See enable_eager_execution doc string
|
server_def
|
(Optional.) A tensorflow::ServerDef proto. Enables execution on
remote devices. GrpcServers need to be started by creating an identical
server_def to this, and setting the appropriate task_indexes, so that the
servers can communicate. It will then be possible to execute operations on
remote devices.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2020-10-01 UTC.
[null,null,["Last updated 2020-10-01 UTC."],[],[]]