Function tensorflow::eager::raw_ops::map_stage
source · pub fn 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 MapStage::new().call(&ctx, &key, &indices, &values)
.
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/MapStage