From bbadfff5834f16d6705b09bce26c2b0972c5dc70 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Tue, 31 Jan 2017 17:17:11 -0800 Subject: Update ops-related pbtxt files. Change: 146186989 --- tensorflow/core/ops/ops.pbtxt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tensorflow/core/ops/ops.pbtxt b/tensorflow/core/ops/ops.pbtxt index b2e8b8b1c7..f32e36dac8 100644 --- a/tensorflow/core/ops/ops.pbtxt +++ b/tensorflow/core/ops/ops.pbtxt @@ -9845,7 +9845,7 @@ op { name: "MatchingFiles" input_arg { name: "pattern" - description: "A (scalar) shell wildcard pattern." + description: "Shell wildcard pattern(s). Scalar or vector of type string." type: DT_STRING } output_arg { @@ -9853,7 +9853,7 @@ op { description: "A vector of matching filenames." type: DT_STRING } - summary: "Returns the set of files matching a pattern." + summary: "Returns the set of files matching one or more glob patterns." description: "Note that this routine only supports wildcard characters in the\nbasename portion of the pattern, not in the directory portion." } op { -- cgit v1.2.3