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