tf.compat.v1.gfile.Exists

View source on GitHub

Determines whether a path exists or not.

tf.compat.v1.gfile.Exists(
    filename
)

Args:

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: