aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/docs_src
diff options
context:
space:
mode:
authorGravatar Michael Kuperstein <mkuper@google.com>2018-07-24 16:33:33 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-07-24 16:37:31 -0700
commit20a3f82b92cec4e31eea8f59f609961cbc3a1454 (patch)
tree67aa4285ee7206917a0fb74a70490dec912bdfcc /tensorflow/docs_src
parent1d35ecc2e25edeadcf416e11f2a11f00db58af61 (diff)
[XLA] Fix up table formatting in Map semantics.
PiperOrigin-RevId: 205912552
Diffstat (limited to 'tensorflow/docs_src')
-rw-r--r--tensorflow/docs_src/performance/xla/operation_semantics.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/docs_src/performance/xla/operation_semantics.md b/tensorflow/docs_src/performance/xla/operation_semantics.md
index 26a7b9e42c..fe9afc4ecb 100644
--- a/tensorflow/docs_src/performance/xla/operation_semantics.md
+++ b/tensorflow/docs_src/performance/xla/operation_semantics.md
@@ -1334,7 +1334,7 @@ See also
| Arguments | Type | Semantics |
| ----------------- | ---------------------- | ------------------------------ |
| `operands` | sequence of N `XlaOp`s | N arrays of types T_0..T_{N-1} |
-| `computation` | `XlaComputation` | computation of type `T_0, T_1, |
+| `computation` | `XlaComputation` | computation of type `T_0, T_1, |
: : : ..., T_{N + M -1} -> S` with N :
: : : parameters of type T and M of :
: : : arbitrary type :