tf.compat.v1.gfile.Exists
Determines whether a path exists or not.
tf.compat.v1.gfile.Exists(
filename
)
| Args | |
|---|---|
filename | string, a path |
| Returns | |
|---|---|
| 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. |
| Raises | |
|---|---|
errors.OpError | Propagates any errors reported by the FileSystem API. |
© 2020 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/versions/r2.4/api_docs/python/tf/compat/v1/gfile/Exists