Function tensorflow::ops::ordered_map_stage
source · pub fn ordered_map_stage<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
key: O0,
indices: O1,
values: O2,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for OrderedMapStage::new().build(key, indices, values, scope)
.