Writes contents to the file at input filename.
View aliases
Compat aliases for migration
See
Migration guide for
more details.
tf.compat.v1.raw_ops.WriteFile
tf.raw_ops.WriteFile(
filename, contents, name=None
)
Creates the file and recursively creates directory if it does not exist.
Args |
filename
|
A Tensor of type string.
scalar. The name of the file to which we write the contents.
|
contents
|
A Tensor of type string.
scalar. The content to be written to the output file.
|
name
|
A name for the operation (optional).
|
Returns |
|
The created Operation.
|
Last updated 2024-04-26 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-04-26 UTC."],[],[]]