Function tensorflow::ops::scan_dataset
source · pub fn scan_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 ScanDataset::new().build(input_dataset, initial_state, other_arguments, scope)
.