View source on GitHub
|
Deletes the file located at 'filename'.
tf.compat.v1.gfile.Remove(
filename
)
filename: string, a filenameerrors.OpError: Propagates any errors reported by the FileSystem API. E.g.,
NotFoundError if the file does not exist.