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