pub fn auto_shard_dataset<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
    input_dataset: O0,
    num_workers: O1,
    index: O2,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for AutoShardDataset::new().build(input_dataset, num_workers, index, scope).