aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/ops/string_ops.cc
diff options
context:
space:
mode:
authorGravatar Jonathan Hseu <jhseu@google.com>2016-11-18 10:55:00 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-11-18 11:06:39 -0800
commitd0aac2b02faf2552b0663763a0cc552fcce5febe (patch)
tree79969c1e269d6d31c4dbf71e52e76254bf1fcb62 /tensorflow/core/ops/string_ops.cc
parent1b7bd69f5fcc31c9e3163ff1702a9ea117a64d5a (diff)
Automated rollback of change 139371663
Change: 139598626
Diffstat (limited to 'tensorflow/core/ops/string_ops.cc')
-rw-r--r--tensorflow/core/ops/string_ops.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/core/ops/string_ops.cc b/tensorflow/core/ops/string_ops.cc
index 266a54c768..53d75e4519 100644
--- a/tensorflow/core/ops/string_ops.cc
+++ b/tensorflow/core/ops/string_ops.cc
@@ -308,9 +308,9 @@ REGISTER_OP("Substr")
return shape_inference::BroadcastBinaryOpShapeFn(c);
})
.Doc(R"doc(
-Return substrings from `Output` of strings.
+Return substrings from `Tensor` of strings.
-For each string in the input `Output`, creates a substring starting at index
+For each string in the input `Tensor`, creates a substring starting at index
`pos` with a total length of `len`.
If `len` defines a substring that would extend beyond the length of the input