Function tensorflow::ops::shuffle_and_repeat_dataset_v2
source · pub fn shuffle_and_repeat_dataset_v2<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>, O4: Into<Output>, O5: Into<Output>>(
input_dataset: O0,
buffer_size: O1,
seed: O2,
seed2: O3,
count: O4,
seed_generator: O5,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for ShuffleAndRepeatDatasetV2::new().build(input_dataset, buffer_size, seed, seed2, count, seed_generator, scope)
.