From: Michael Kuperstein Date: Mon, 7 May 2018 22:41:52 +0000 (-0700) Subject: [XLA] Fix a "we're we're" in the operation semantics. X-Git-Tag: upstream/v1.9.0_rc1~150^2~1^2~51 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=37b8860e302d73845e74e1bfb6c3cb59207f2d77;p=platform%2Fupstream%2Ftensorflow.git [XLA] Fix a "we're we're" in the operation semantics. PiperOrigin-RevId: 195734316 --- diff --git a/tensorflow/docs_src/performance/xla/operation_semantics.md b/tensorflow/docs_src/performance/xla/operation_semantics.md index f530fe1..21e4c71 100644 --- a/tensorflow/docs_src/performance/xla/operation_semantics.md +++ b/tensorflow/docs_src/performance/xla/operation_semantics.md @@ -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. :