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

Shorthand for ScatterUpdate::new().call(&ctx, &ref_, &indices, &updates).

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