Function tensorflow::ops::interleave_dataset
source · pub fn interleave_dataset<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>>(
input_dataset: O0,
other_arguments: O1,
cycle_length: O2,
block_length: O3,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for InterleaveDataset::new().build(input_dataset, other_arguments, cycle_length, block_length, scope)
.