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

Shorthand for ResourceGatherNd::new().call(&ctx, &resource, &indices).

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