W3cubDocs

/TensorFlow Python

tf.matching_files(pattern, name=None)

tf.matching_files(pattern, name=None)

See the guide: Inputs and Readers > Dealing with the filesystem

Returns the set of files matching a pattern.

Note that this routine only supports wildcard characters in the basename portion of the pattern, not in the directory portion.

Args:

  • pattern: A Tensor of type string. A (scalar) shell wildcard pattern.
  • name: A name for the operation (optional).

Returns:

A Tensor of type string. A vector of matching filenames.

Defined in tensorflow/python/ops/gen_io_ops.py.

© 2017 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/api_docs/python/tf/matching_files