pub fn group_by_window_dataset<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>, T3: ToTensorHandle<'a>>(
    ctx: &'a Context,
    input_dataset: &T0,
    key_func_other_arguments: &T1,
    reduce_func_other_arguments: &T2,
    window_size_func_other_arguments: &T3
) -> Result<TensorHandle<'a>>
Expand description

Shorthand for GroupByWindowDataset::new().call(&ctx, &input_dataset, &key_func_other_arguments, &reduce_func_other_arguments, &window_size_func_other_arguments).

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