Function tensorflow::ops::parallel_map_dataset_v2
source · pub fn parallel_map_dataset_v2<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 ParallelMapDatasetV2::new().build(input_dataset, other_arguments, num_parallel_calls, scope)
.