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