Fix allenl's username in TODO

PiperOrigin-RevId: 238654296
This commit is contained in:
A. Unique TensorFlower 2019-03-15 09:23:53 -07:00 committed by TensorFlower Gardener
parent ea6c5f5cc3
commit c57401b145

View File

@ -735,7 +735,7 @@ class ConcreteFunction(object):
# In case of eager execution, function definition gets added to context # In case of eager execution, function definition gets added to context
# during construction itself. # during construction itself.
# TODO(allel/shivaniagrawal): rename this to register to reflect the # TODO(allenl/shivaniagrawal): rename this to register to reflect the
# method's functionality better. Remove register_gradient_functions argument # method's functionality better. Remove register_gradient_functions argument
# and figure out if these needs to be registered. # and figure out if these needs to be registered.