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

Shorthand for GroupByReducerDataset::new().call(&ctx, &input_dataset, &key_func_other_arguments, &init_func_other_arguments, &reduce_func_other_arguments, &finalize_func_other_arguments).

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