tf.train.match_filenames_once(pattern, name=None)
See the guide: Inputs and Readers > Input pipeline
Save the list of files matching pattern, so it is only computed once.
pattern
: A file pattern (glob).name
: A name for the operations (optional).A variable that is initialized to the list of files matching pattern.
Defined in tensorflow/python/training/input.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/train/match_filenames_once