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

Shorthand for ScatterNd::new().call(&ctx, &indices, &updates, &shape).

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