Function tensorflow::eager::raw_ops::reduce_dataset
source · pub fn reduce_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 ReduceDataset::new().call(&ctx, &input_dataset, &initial_state, &other_arguments)
.
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/ReduceDataset