tensorflow::ops

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