tensorflow::ops

Function 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).