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