aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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