tf.train.match_filenames_once(pattern, name=None)
Save the list of files matching pattern, so it is only computed once.
Args:
-
pattern
: A file pattern (glob). -
name
: A name for the operations (optional).
Returns:
A variable that is initialized to the list of files matching pattern.
Please login to continue.