tf.io.match_filenames_once

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

Main aliases

`tf.train.match_filenames_once`

Compat aliases for migration

See Migration guide for more details.

tf.compat.v1.io.match_filenames_once, tf.compat.v1.train.match_filenames_once, `tf.compat.v2.io.match_filenames_once`

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).