aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-03-14 15:15:59 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-03-14 16:29:01 -0700
commitfafd5b24223c4e07e3bbb7267750a06a80e37d95 (patch)
treed33b12360ba21485884e5bc8882ed9d33ec36c89
parent09adaff530f8c600a0b9d1d6f4e3379c9fea1def (diff)
[XLA] Fix up a reduce semantics example.
Change: 150128412
-rw-r--r--tensorflow/docs_src/performance/xla/operation_semantics.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/docs_src/performance/xla/operation_semantics.md b/tensorflow/docs_src/performance/xla/operation_semantics.md
index 013a568ddf..d5eeb5d7d5 100644
--- a/tensorflow/docs_src/performance/xla/operation_semantics.md
+++ b/tensorflow/docs_src/performance/xla/operation_semantics.md
@@ -806,8 +806,8 @@ dimension 0, for example, we get a rank-2 array where all values across
dimension 0 were folded into a scalar:
```text
-| 4 8 12 |
-| 4 8 12 |
+| 4 8 12 |
+| 16 20 24 |
```
If we reduce dimension 2, we also get a rank-2 array where all values across