Struct tensorflow::ops::ConsumeMutexLockInst
source · pub struct ConsumeMutexLockInst {
pub op: Operation,
}
Expand description
An instance of ‘ConsumeMutexLock’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built ConsumeMutexLock Operation in a Tensorflow graph.
Implementations§
source§impl ConsumeMutexLockInst
impl ConsumeMutexLockInst
sourcepub fn mutex_lock(&self) -> Input<'_>
pub fn mutex_lock(&self) -> Input<'_>
Returns the ‘mutex_lock’ Input of this ‘ConsumeMutexLock’ operation.
Trait Implementations§
source§impl Clone for ConsumeMutexLockInst
impl Clone for ConsumeMutexLockInst
source§fn clone(&self) -> ConsumeMutexLockInst
fn clone(&self) -> ConsumeMutexLockInst
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ConsumeMutexLockInst
impl Debug for ConsumeMutexLockInst
source§impl From<ConsumeMutexLockInst> for Operation
impl From<ConsumeMutexLockInst> for Operation
source§fn from(inst: ConsumeMutexLockInst) -> Operation
fn from(inst: ConsumeMutexLockInst) -> Operation
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for ConsumeMutexLockInst
impl Send for ConsumeMutexLockInst
impl Sync for ConsumeMutexLockInst
impl Unpin for ConsumeMutexLockInst
impl UnwindSafe for ConsumeMutexLockInst
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more