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