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

Shorthand for MapUnstage::new().call(&ctx, &key, &indices).

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