pub fn sparse_segment_mean_grad<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>, T3: ToTensorHandle<'a>>(
    ctx: &'a Context,
    grad: &T0,
    indices: &T1,
    segment_ids: &T2,
    output_dim0: &T3
) -> Result<TensorHandle<'a>>
Expand description

Shorthand for SparseSegmentMeanGrad::new().call(&ctx, &grad, &indices, &segment_ids, &output_dim0).

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