Function tensorflow::eager::raw_ops::distributed_save
source · pub fn distributed_save<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>>(
ctx: &'a Context,
dataset: &T0,
directory: &T1,
address: &T2
) -> Result<()>
Expand description
Shorthand for DistributedSave::new().call(&ctx, &dataset, &directory, &address)
.
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/DistributedSave