TensorFlow 1 version | View source on GitHub |
Deletes everything under path recursively.
tf.io.gfile.rmtree(
path
)
Used in the notebooks
Used in the tutorials |
---|
Args | |
---|---|
path
|
string, a path |
Raises | |
---|---|
errors.OpError
|
If the operation fails. |