From d0aac2b02faf2552b0663763a0cc552fcce5febe Mon Sep 17 00:00:00 2001 From: Jonathan Hseu Date: Fri, 18 Nov 2016 10:55:00 -0800 Subject: Automated rollback of change 139371663 Change: 139598626 --- tensorflow/core/ops/string_ops.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tensorflow/core/ops/string_ops.cc') 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 -- cgit v1.2.3