tensorflow / 1.15.0 / contrib / framework / variabledevicechooser.html /

tf.contrib.framework.VariableDeviceChooser

Device chooser for variables.

When using a parameter server it will assign them in a round-robin fashion. When not using a parameter server it allows GPU or CPU placement.

Args
num_tasks number of tasks.
job_name String, a name for the parameter server job.
device_type Optional device type string (e.g. "CPU" or "GPU")
device_index int. Optional device index. If left unspecified, device represents 'any' device_index.

Methods

__call__

View source

Call self as a function.

© 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/r1.15/api_docs/python/tf/contrib/framework/VariableDeviceChooser