Function tensorflow::eager::raw_ops::write_file
source · pub fn write_file<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>>(
ctx: &'a Context,
filename: &T0,
contents: &T1
) -> Result<()>
Expand description
Shorthand for WriteFile::new().call(&ctx, &filename, &contents)
.
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/WriteFile