Function tensorflow::ops::parallel_interleave_dataset_v4
source · pub fn parallel_interleave_dataset_v4<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>, O4: Into<Output>, O5: Into<Output>, O6: Into<Output>>(
input_dataset: O0,
other_arguments: O1,
cycle_length: O2,
block_length: O3,
buffer_output_elements: O4,
prefetch_input_elements: O5,
num_parallel_calls: O6,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for ParallelInterleaveDatasetV4::new().build(input_dataset, other_arguments, cycle_length, block_length, buffer_output_elements, prefetch_input_elements, num_parallel_calls, scope)
.