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