aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
diff options
context:
space:
mode:
authorGravatar Derek Murray <mrry@google.com>2017-11-11 21:41:38 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-11-11 21:46:17 -0800
commitf689a1a0c9f23a1f42a7f6c1c6c44cf2d7bb97e3 (patch)
tree8155d95309190840ffb505bcdeee2d592cf61fa1 /tensorflow
parent743c7b17eeda2b4b13e5524168a096e871426a27 (diff)
Remove a TODO that will never be done, thanks to backwards compatibility.
PiperOrigin-RevId: 175431383
Diffstat (limited to 'tensorflow')
-rw-r--r--tensorflow/python/ops/gradient_checker.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tensorflow/python/ops/gradient_checker.py b/tensorflow/python/ops/gradient_checker.py
index 3addfefc99..1ff1968055 100644
--- a/tensorflow/python/ops/gradient_checker.py
+++ b/tensorflow/python/ops/gradient_checker.py
@@ -348,7 +348,6 @@ def compute_gradient_error(x,
as the initial value.
delta: (optional) the amount of perturbation.
init_targets: list of targets to run to initialize model params.
- TODO(mrry): Remove this argument.
extra_feed_dict: dict that allows fixing specified tensor values
during the Jacobian calculation.