Function tensorflow::ops::distributed_save
source · pub fn distributed_save<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
dataset: O0,
directory: O1,
address: O2,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for DistributedSave::new().build(dataset, directory, address, scope)
.