Skip to content

Commit 0567f16

Browse files
isaprykintensorflower-gardener
authored andcommitted
Internal change.
PiperOrigin-RevId: 191020351
1 parent 17955b4 commit 0567f16

File tree

1 file changed

+1
-1
lines changed
  • tensorflow/contrib/distribute/python

1 file changed

+1
-1
lines changed

tensorflow/contrib/distribute/python/values.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ def _tensor_conversion(var, dtype=None, name=None, as_ref=False):
243243

244244

245245
ops.register_tensor_conversion_function(DistributedVariable, _tensor_conversion)
246-
# TODO(josh11b): ops.register_dense_tensor_like_type(DistributedVariable)?
246+
ops.register_dense_tensor_like_type(DistributedVariable)
247247

248248

249249
class _MirroredSaveable(saver.BaseSaverBuilder.ResourceVariableSaveable):

0 commit comments

Comments
 (0)