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

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

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