pub fn sparse_slice_grad<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>, T3: ToTensorHandle<'a>>(
    ctx: &'a Context,
    backprop_val_grad: &T0,
    input_indices: &T1,
    input_start: &T2,
    output_indices: &T3
) -> Result<TensorHandle<'a>>
Expand description

Shorthand for SparseSliceGrad::new().call(&ctx, &backprop_val_grad, &input_indices, &input_start, &output_indices).

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