pub fn map_unstage_no_key<'a, T0: ToTensorHandle<'a>>(
    ctx: &'a Context,
    indices: &T0
) -> Result<[TensorHandle<'a>; 2]>
Expand description

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

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