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