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

Shorthand for SparseSegmentSqrtNWithNumSegments::new().call(&ctx, &data, &indices, &segment_ids, &num_segments).

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