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

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

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