Function tensorflow::ops::save_dataset_v2
source · pub fn save_dataset_v2<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 SaveDatasetV2::new().build(input_dataset, path, shard_func_other_args, scope)
.