tf.train.match_filenames_once()

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.

doc_TensorFlow
2016-10-14 13:09:33
Comments
Leave a Comment

Please login to continue.