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