aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/summary/summary_iterator.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/python/summary/summary_iterator.py')
-rw-r--r--tensorflow/python/summary/summary_iterator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/python/summary/summary_iterator.py b/tensorflow/python/summary/summary_iterator.py
index 9c3e8fcf4e..91b75c7e63 100644
--- a/tensorflow/python/summary/summary_iterator.py
+++ b/tensorflow/python/summary/summary_iterator.py
@@ -137,7 +137,7 @@ class SummaryWriter(object):
You can pass the result of evaluating any summary op, using
[`Session.run()`](client.md#Session.run) or
- [`Tensor.eval()`](framework.md#Tensor.eval), to this
+ [`Output.eval()`](framework.md#Output.eval), to this
function. Alternatively, you can pass a `tf.Summary` protocol
buffer that you populate with your own data. The latter is
commonly done to report evaluation results in event files.