aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/summary
diff options
context:
space:
mode:
authorGravatar Patrick Nguyen <drpng@google.com>2017-02-14 11:35:14 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-02-14 11:47:19 -0800
commite7f333b5f8b3c53b21d149d8d14c0cebbde431aa (patch)
tree6185e338a6b7156300820320d1d4c6fbec8011eb /tensorflow/python/summary
parent5799620640a545e5b64f136e57523e51316a9e9a (diff)
Fix links according to new convention.
Change: 147499520
Diffstat (limited to 'tensorflow/python/summary')
-rw-r--r--tensorflow/python/summary/summary_iterator.py4
-rw-r--r--tensorflow/python/summary/writer/writer.py4
2 files changed, 4 insertions, 4 deletions
diff --git a/tensorflow/python/summary/summary_iterator.py b/tensorflow/python/summary/summary_iterator.py
index 4196fd815d..301f560d41 100644
--- a/tensorflow/python/summary/summary_iterator.py
+++ b/tensorflow/python/summary/summary_iterator.py
@@ -124,8 +124,8 @@ class SummaryWriter(object):
and adds it to the event file.
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
+ @{tf.Session.run} or
+ @{tf.Tensor.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.
diff --git a/tensorflow/python/summary/writer/writer.py b/tensorflow/python/summary/writer/writer.py
index 51565d72f3..f87afc53dd 100644
--- a/tensorflow/python/summary/writer/writer.py
+++ b/tensorflow/python/summary/writer/writer.py
@@ -89,8 +89,8 @@ class SummaryToEventTransformer(object):
and adds it to the event file.
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
+ @{tf.Session.run} or
+ @{tf.Tensor.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.