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