aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/tpu/python/tpu/keras_tpu_variables.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/tpu/python/tpu/keras_tpu_variables.py')
-rw-r--r--tensorflow/contrib/tpu/python/tpu/keras_tpu_variables.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tensorflow/contrib/tpu/python/tpu/keras_tpu_variables.py b/tensorflow/contrib/tpu/python/tpu/keras_tpu_variables.py
index a423aeace7..170977d8ab 100644
--- a/tensorflow/contrib/tpu/python/tpu/keras_tpu_variables.py
+++ b/tensorflow/contrib/tpu/python/tpu/keras_tpu_variables.py
@@ -30,7 +30,6 @@ from tensorflow.python.framework import ops
from tensorflow.python.ops import control_flow_ops
from tensorflow.python.ops import gen_resource_variable_ops
from tensorflow.python.ops import variable_scope
-from tensorflow.python.platform import tf_logging as logging
@contextlib.contextmanager
@@ -258,7 +257,6 @@ def replicated_scope(num_replicas):
collections = [ops.GraphKeys.GLOBAL_VARIABLES]
kwargs["collections"] = []
- logging.info("Constructing replicated variable %s", name)
variables = []
index = {}
for i in range(num_replicas):