Function tensorflow::ops::choose_fastest_dataset
source · pub fn choose_fastest_dataset<O0: Into<Output>>(
input_datasets: O0,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for ChooseFastestDataset::new().build(input_datasets, scope)
.