pub fn gather_nd<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>>(
    ctx: &'a Context,
    params: &T0,
    indices: &T1
) -> Result<TensorHandle<'a>>
Expand description

Shorthand for GatherNd::new().call(&ctx, &params, &indices).

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