Function tensorflow::ops::write_file
source · pub fn write_file<O0: Into<Output>, O1: Into<Output>>(
filename: O0,
contents: O1,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for WriteFile::new().build(filename, contents, scope)
.