tf.io.match_filenames_once

View source on GitHub

Save the list of files matching pattern, so it is only computed once.

Note: The order of the files returned is deterministic.
Args
pattern A file pattern (glob), or 1D tensor of file patterns.
name A name for the operations (optional).
Returns
A variable that is initialized to the list of files matching the pattern(s).

© 2020 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/versions/r2.3/api_docs/python/tf/io/match_filenames_once