tf.io.write_file

Writes contents to the file at input filename. Creates file and recursively

tf.io.write_file(
    filename, contents, name=None
)

creates directory if not existing.

Args:

Returns:

The created Operation.