pub fn sparse_segment_mean<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
    data: O0,
    indices: O1,
    segment_ids: O2,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for SparseSegmentMean::new().build(data, indices, segment_ids, scope).