aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/ops/state_ops.cc
diff options
context:
space:
mode:
authorGravatar Martin Wicke <wicke@google.com>2017-04-28 21:26:21 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-04-28 22:52:25 -0700
commit1d679a04765c4cfa271335483fc28270834f43be (patch)
tree8c5501d015d8287fdddcf1d8a8f4bd7632266b81 /tensorflow/core/ops/state_ops.cc
parent2d264f38fdf254caa340e7ddf35fd55289f15f69 (diff)
Fix broken links to images, make all image links absolute.
Fixes #8064, fixes #7685. (after docs republish) Change: 154614227
Diffstat (limited to 'tensorflow/core/ops/state_ops.cc')
-rw-r--r--tensorflow/core/ops/state_ops.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/tensorflow/core/ops/state_ops.cc b/tensorflow/core/ops/state_ops.cc
index cfb3ea7141..0890d5fc7c 100644
--- a/tensorflow/core/ops/state_ops.cc
+++ b/tensorflow/core/ops/state_ops.cc
@@ -288,7 +288,7 @@ for each value is undefined.
Requires `updates.shape = indices.shape + ref.shape[1:]`.
<div style="width:70%; margin:auto; margin-bottom:10px; margin-top:20px;">
-<img style="width:100%" src="../../images/ScatterUpdate.png" alt>
+<img style="width:100%" src="https://www.tensorflow.org/images/ScatterUpdate.png" alt>
</div>
ref: Should be from a `Variable` node.
@@ -332,7 +332,7 @@ the same location, their contributions add.
Requires `updates.shape = indices.shape + ref.shape[1:]`.
<div style="width:70%; margin:auto; margin-bottom:10px; margin-top:20px;">
-<img style="width:100%" src="../../images/ScatterAdd.png" alt>
+<img style="width:100%" src="https://www.tensorflow.org/images/ScatterAdd.png" alt>
</div>
ref: Should be from a `Variable` node.
@@ -376,7 +376,7 @@ the same location, their (negated) contributions add.
Requires `updates.shape = indices.shape + ref.shape[1:]`.
<div style="width:70%; margin:auto; margin-bottom:10px; margin-top:20px;">
-<img style="width:100%" src="../../images/ScatterSub.png" alt>
+<img style="width:100%" src="https://www.tensorflow.org/images/ScatterSub.png" alt>
</div>
ref: Should be from a `Variable` node.