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