TensorFlow

API

 tf.compat / v1 / v1.gfile.FastGFile


Returns a list of files that match the given pattern(s).

Used in the notebooks

Used in the tutorials

filename string or iterable of strings. The glob pattern(s).

A list of strings containing filenames that match the given pattern(s).

  • errors.OpError: If there are filesystem / directory listing errors.
  • errors.NotFoundError: If pattern to be matched is an invalid directory.

此页内容是否对您有帮助