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