pub fn interleave_dataset<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>, T3: ToTensorHandle<'a>>(
    ctx: &'a Context,
    input_dataset: &T0,
    other_arguments: &T1,
    cycle_length: &T2,
    block_length: &T3
) -> Result<TensorHandle<'a>>
Expand description

Shorthand for InterleaveDataset::new().call(&ctx, &input_dataset, &other_arguments, &cycle_length, &block_length).

See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/InterleaveDataset