Fix the related docs for MatchingFilesOp
This commit is contained in:
parent
eebe2f7247
commit
47c5c54e3e
@ -16,6 +16,6 @@ END
|
|||||||
description: <<END
|
description: <<END
|
||||||
Note that this routine only supports wildcard characters in the
|
Note that this routine only supports wildcard characters in the
|
||||||
basename portion of the pattern, not in the directory portion.
|
basename portion of the pattern, not in the directory portion.
|
||||||
Note also that the order of filenames returned can be non-deterministic.
|
Note also that the order of filenames returned is deterministic.
|
||||||
END
|
END
|
||||||
}
|
}
|
||||||
|
@ -40809,7 +40809,7 @@ func UniqueDataset(scope *Scope, input_dataset tf.Output, output_types []tf.Data
|
|||||||
//
|
//
|
||||||
// Note that this routine only supports wildcard characters in the
|
// Note that this routine only supports wildcard characters in the
|
||||||
// basename portion of the pattern, not in the directory portion.
|
// basename portion of the pattern, not in the directory portion.
|
||||||
// Note also that the order of filenames returned can be non-deterministic.
|
// Note also that the order of filenames returned is deterministic.
|
||||||
//
|
//
|
||||||
// Arguments:
|
// Arguments:
|
||||||
// pattern: Shell wildcard pattern(s). Scalar or vector of type string.
|
// pattern: Shell wildcard pattern(s). Scalar or vector of type string.
|
||||||
|
@ -63,7 +63,7 @@ _restore_sparse = sparse_ops._take_many_sparse_from_tensors_map
|
|||||||
def match_filenames_once(pattern, name=None):
|
def match_filenames_once(pattern, name=None):
|
||||||
"""Save the list of files matching pattern, so it is only computed once.
|
"""Save the list of files matching pattern, so it is only computed once.
|
||||||
|
|
||||||
NOTE: The order of the files returned can be non-deterministic.
|
NOTE: The order of the files returned is deterministic.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
pattern: A file pattern (glob), or 1D tensor of file patterns.
|
pattern: A file pattern (glob), or 1D tensor of file patterns.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user