Function tensorflow::eager::raw_ops::reduce_join
source · pub fn reduce_join<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>>(
ctx: &'a Context,
inputs: &T0,
reduction_indices: &T1
) -> Result<TensorHandle<'a>>
Expand description
Shorthand for ReduceJoin::new().call(&ctx, &inputs, &reduction_indices)
.
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/ReduceJoin