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