TensorFlow

API

 tf.io / gfile / gfile.glob


Returns a list of entries contained within a directory.

Used in the notebooks

Used in the tutorials

The list is in arbitrary order. It does not contain the special entries "." and "..".

path string, path to a directory

[filename1, filename2, ... filenameN] as strings

errors.NotFoundError if directory doesn't exist

此页内容是否对您有帮助