Function tensorflow::ops::directed_interleave_dataset
source · pub fn directed_interleave_dataset<O0: Into<Output>, O1: Into<Output>>(
selector_input_dataset: O0,
data_input_datasets: O1,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for DirectedInterleaveDataset::new().build(selector_input_dataset, data_input_datasets, scope)
.