W3cubDocs

/TensorFlow Python

tf.DeviceSpec.from_string(spec)

tf.DeviceSpec.from_string(spec)

Construct a DeviceSpec from a string.

Args:

  • spec: a string of the form /job:/replica:/task:/device:CPU: or /job:/replica:/task:/device:GPU: as cpu and gpu are mutually exclusive. All entries are optional.

Returns:

A DeviceSpec.

Defined in tensorflow/python/framework/device.py.

© 2017 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/api_docs/python/tf/DeviceSpec/from_string