aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-01-31 17:17:11 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-01-31 17:31:59 -0800
commitbbadfff5834f16d6705b09bce26c2b0972c5dc70 (patch)
treed28440b92f8e66a71292c930fbbef165c4656beb
parent88e1ca90f940a9ff45a6fa8fa8c5ff2c7e65cbc2 (diff)
Update ops-related pbtxt files.
Change: 146186989
-rw-r--r--tensorflow/core/ops/ops.pbtxt4
1 files 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 {