aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/distribute/python/values.py
diff options
context:
space:
mode:
authorGravatar Igor Saprykin <isaprykin@google.com>2018-03-29 18:50:05 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-03-29 18:52:33 -0700
commit0567f169e6910587e7dcca547aa5baeaaffbc03d (patch)
treebb5dede356fa8eb326aa2b87d0f14e54fa512579 /tensorflow/contrib/distribute/python/values.py
parent17955b4ff561517cd0e767cf99b333178d211a99 (diff)
Internal change.
PiperOrigin-RevId: 191020351
Diffstat (limited to 'tensorflow/contrib/distribute/python/values.py')
-rw-r--r--tensorflow/contrib/distribute/python/values.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/distribute/python/values.py b/tensorflow/contrib/distribute/python/values.py
index c1ba22ed5a..b5b7ec8381 100644
--- a/tensorflow/contrib/distribute/python/values.py
+++ b/tensorflow/contrib/distribute/python/values.py
@@ -243,7 +243,7 @@ def _tensor_conversion(var, dtype=None, name=None, as_ref=False):
ops.register_tensor_conversion_function(DistributedVariable, _tensor_conversion)
-# TODO(josh11b): ops.register_dense_tensor_like_type(DistributedVariable)?
+ops.register_dense_tensor_like_type(DistributedVariable)
class _MirroredSaveable(saver.BaseSaverBuilder.ResourceVariableSaveable):