TensorFlow

API

 tf.io / gfile / gfile.Overview


Determines whether a path exists or not.

Used in the notebooks

Used in the tutorials

path string, a path

True if the path exists, whether it's a file or a directory. False if the path does not exist and there are no filesystem errors.

errors.OpError Propagates any errors reported by the FileSystem API.

此页内容是否对您有帮助