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