Function tensorflow::ops::barrier_take_many
source · pub fn barrier_take_many<O0: Into<Output>, O1: Into<Output>>(
handle: O0,
num_elements: O1,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for BarrierTakeMany::new().build(handle, num_elements, scope)
.