On this page
tf.config.get_soft_device_placement
Get if soft device placement is enabled.
tf.config.get_soft_device_placement()
  If enabled, an op will be placed on CPU if any of the following are true
- there's no GPU implementation for the OP
 - no GPU devices are known or registered
 - need to co-locate with reftype input(s) which are from CPU
 
| Returns | |
|---|---|
| If soft placement is enabled. | 
© 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.3/api_docs/python/tf/config/get_soft_device_placement