Struct tensorflow::eager::raw_ops::SyncDevice
source · pub struct SyncDevice { /* private fields */ }
Expand description
SyncDevice
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/SyncDevice
Implementations§
Trait Implementations§
source§impl Clone for SyncDevice
impl Clone for SyncDevice
source§fn clone(&self) -> SyncDevice
fn clone(&self) -> SyncDevice
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 SyncDevice
impl Debug for SyncDevice
Auto Trait Implementations§
impl RefUnwindSafe for SyncDevice
impl Send for SyncDevice
impl Sync for SyncDevice
impl Unpin for SyncDevice
impl UnwindSafe for SyncDevice
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