pub fn tensor_scatter_sub<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>>(
    ctx: &'a Context,
    tensor: &T0,
    indices: &T1,
    updates: &T2
) -> Result<TensorHandle<'a>>
Expand description

Shorthand for TensorScatterSub::new().call(&ctx, &tensor, &indices, &updates).

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