Function tensorflow::ops::save_dataset
source · pub fn save_dataset<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
input_dataset: O0,
path: O1,
shard_func_other_args: O2,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for SaveDataset::new().build(input_dataset, path, shard_func_other_args, scope)
.