pub fn shuffle_dataset_v2<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
    input_dataset: O0,
    buffer_size: O1,
    seed_generator: O2,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for ShuffleDatasetV2::new().build(input_dataset, buffer_size, seed_generator, scope).