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