Returns the set of files matching one or more glob patterns.
tf.raw_ops.MatchingFiles(
    pattern, name=None
)
Note that this routine only supports wildcard characters in the basename portion of the pattern, not in the directory portion. Note also that the order of filenames returned is deterministic.
| Args | |
|---|---|
| pattern | A Tensorof typestring.
Shell wildcard pattern(s). Scalar or vector of type string. | 
| name | A name for the operation (optional). | 
| Returns | |
|---|---|
| A Tensorof typestring. |