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