From c57401b1450ec7efd61733a233fe85a5a7d6246c Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Fri, 15 Mar 2019 09:23:53 -0700 Subject: [PATCH] Fix allenl's username in TODO PiperOrigin-RevId: 238654296 --- tensorflow/python/eager/function.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/python/eager/function.py b/tensorflow/python/eager/function.py index 00ad03457b5..ff92f8c3dbf 100644 --- a/tensorflow/python/eager/function.py +++ b/tensorflow/python/eager/function.py @@ -735,7 +735,7 @@ class ConcreteFunction(object): # In case of eager execution, function definition gets added to context # 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 # and figure out if these needs to be registered.