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