We see this quite often in many of the TensorFlow tutorials:
sess = tf.Session(config=tf.ConfigProto(allow_soft_placement=True,
log_device_placement=True))
What does allow_soft_placement and log_device_placement mean?