[XLA] Fix a "we're we're" in the operation semantics.
authorMichael Kuperstein <mkuper@google.com>
Mon, 7 May 2018 22:41:52 +0000 (15:41 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Tue, 8 May 2018 00:29:01 +0000 (17:29 -0700)
PiperOrigin-RevId: 195734316

tensorflow/docs_src/performance/xla/operation_semantics.md

index f530fe1..21e4c71 100644 (file)
@@ -1049,8 +1049,8 @@ For a more intuitive description, see the "Informal Description" section below.
 :                  :                         : from.                           :
 |`gather_indices`  | `ComputationDataHandle` | Tensor containing the starting  |
 :                  :                         : indices of the slices we're     :
-:                  :                         : we're stitching together into   :
-:                  :                         : the output tensor.              :
+:                  :                         : stitching together into the     :
+:                  :                         : output tensor.                  :
 |`index_vector_dim`  | `int64`               | The dimension in                |
 :                  :                         : `gather_indices` that contains  :
 :                  :                         : the starting indices.           :