aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Shanqing Cai <cais@google.com>2017-03-15 11:39:38 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-03-15 12:51:53 -0700
commit3290a5d13d1094988314f0cd995940f0d355505f (patch)
tree2b8066347ae25950bddac9fc073a7e78ca7b4532
parentb791ee38270b6cc75a3ea641f1343264b0351b88 (diff)
tfdbg: minor doc string fix
Change: 150227865
-rw-r--r--tensorflow/python/debug/cli/stepper_cli.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tensorflow/python/debug/cli/stepper_cli.py b/tensorflow/python/debug/cli/stepper_cli.py
index eff87959a3..aee0849832 100644
--- a/tensorflow/python/debug/cli/stepper_cli.py
+++ b/tensorflow/python/debug/cli/stepper_cli.py
@@ -297,7 +297,8 @@ class NodeStepperCLI(object):
element_name: (str) name of the graph element.
handle_node_names: (list of str) Names of the nodes of which the output
tensors' handles are available.
- intermediate_tensor_names: (list of str) TOOD(cais): document.
+ intermediate_tensor_names: (list of str) Names of the intermediate tensor
+ dumps generated from the graph element.
override_names: (list of str) Names of the tensors of which the values
are overridden.
dirty_variable_names: (list of str) Names of the dirty variables.