Writes contents
to the file at input filename
.
tf.io.write_file(
filename: _atypes.TensorFuzzingAnnotation[_atypes.String],
contents: _atypes.TensorFuzzingAnnotation[_atypes.String],
name=None
)
Creates the file and recursively creates directory if it does not exist.
Returns | |
---|---|
The created Operation. |