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