tf.matching_files(pattern, name=None)
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: ATensorof typestring. A (scalar) shell wildcard pattern. -
name: A name for the operation (optional).
Returns:
A Tensor of type string. A vector of matching filenames.
Please login to continue.