Struct tensorflow::ops::SyncDeviceInst
source · pub struct SyncDeviceInst {
pub op: Operation,
}
Expand description
An instance of ‘SyncDevice’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built SyncDevice Operation in a Tensorflow graph.
Trait Implementations§
source§impl Clone for SyncDeviceInst
impl Clone for SyncDeviceInst
source§fn clone(&self) -> SyncDeviceInst
fn clone(&self) -> SyncDeviceInst
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 SyncDeviceInst
impl Debug for SyncDeviceInst
source§impl From<SyncDeviceInst> for Operation
impl From<SyncDeviceInst> for Operation
source§fn from(inst: SyncDeviceInst) -> Operation
fn from(inst: SyncDeviceInst) -> Operation
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for SyncDeviceInst
impl Send for SyncDeviceInst
impl Sync for SyncDeviceInst
impl Unpin for SyncDeviceInst
impl UnwindSafe for SyncDeviceInst
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