diff options
author | Tayo Oguntebi <tayo@google.com> | 2018-10-09 10:05:11 -0700 |
---|---|---|
committer | TensorFlower Gardener <gardener@tensorflow.org> | 2018-10-09 10:09:52 -0700 |
commit | 1b4402137a76c8085c160edfcc0c3be3cfa8fa3a (patch) | |
tree | a208288a42dfb59aa00de450aacdcc5aa02ce42e | |
parent | 37146b89788c2a0796ca6b863bde9c4c0dc4068e (diff) |
Fixes typo in Sort description.
PiperOrigin-RevId: 216375421
-rw-r--r-- | tensorflow/compiler/xla/client/xla_builder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/compiler/xla/client/xla_builder.h b/tensorflow/compiler/xla/client/xla_builder.h index 9ceede7a79..933c0e7b44 100644 --- a/tensorflow/compiler/xla/client/xla_builder.h +++ b/tensorflow/compiler/xla/client/xla_builder.h @@ -2002,7 +2002,7 @@ XlaOp Rev(const XlaOp& operand, absl::Span<const int64> dimensions); // the last dimension is chosen by default. // // If both keys and values are provided: -// * The keys and the values must tensors with the same dimensions. The +// * The keys and the values must be tensors with the same dimensions. The // element types of the tensors may be different. // * The result is a tuple that consists of a sorted tensor of keys (along the // provided dimension, as above) as the first element, and a tensor with their |