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