pub fn experimental_parallel_interleave_dataset<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>, O4: Into<Output>, O5: Into<Output>, O6: Into<Output>>(
    input_dataset: O0,
    other_arguments: O1,
    cycle_length: O2,
    block_length: O3,
    sloppy: O4,
    buffer_output_elements: O5,
    prefetch_input_elements: O6,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for ExperimentalParallelInterleaveDataset::new().build(input_dataset, other_arguments, cycle_length, block_length, sloppy, buffer_output_elements, prefetch_input_elements, scope).