aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/training/device_setter.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/python/training/device_setter.py')
-rw-r--r--tensorflow/python/training/device_setter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/python/training/device_setter.py b/tensorflow/python/training/device_setter.py
index 1544548a3b..ce11d6a90e 100644
--- a/tensorflow/python/training/device_setter.py
+++ b/tensorflow/python/training/device_setter.py
@@ -19,7 +19,7 @@ from __future__ import print_function
from tensorflow.core.framework import graph_pb2
from tensorflow.python.framework import device as pydev
-from tensorflow.python.platform import logging
+from tensorflow.python.platform import tf_logging as logging
from tensorflow.python.training import server_lib