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