pub fn scan_dataset<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>>(
    ctx: &'a Context,
    input_dataset: &T0,
    initial_state: &T1,
    other_arguments: &T2
) -> Result<TensorHandle<'a>>
Expand description

Shorthand for ScanDataset::new().call(&ctx, &input_dataset, &initial_state, &other_arguments).

See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/ScanDataset