tf.train.match_filenames_once( pattern, name=None )
Defined in tensorflow/python/training/input.py
.
See the guides: Inputs and Readers > Input pipeline, Reading data > QueueRunner
Save the list of files matching pattern, so it is only computed once.
NOTE: The order of the files returned can be non-deterministic.
pattern
: A file pattern (glob), or 1D tensor of file patterns.name
: A name for the operations (optional).A variable that is initialized to the list of files matching the pattern(s).
© 2018 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