Function tensorflow::ops::mutex_lock

source ·
pub fn mutex_lock<O0: Into<Output>>(
    mutex: O0,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for MutexLock::new().build(mutex, scope).