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