Struct tensorflow::ops::ShutdownTPUSystem
source · pub struct ShutdownTPUSystem { /* private fields */ }
Expand description
Builder for the ShutdownTPUSystem
operation.
Implementations§
source§impl ShutdownTPUSystem
impl ShutdownTPUSystem
sourcepub fn add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
sourcepub fn build(&self, scope: &mut Scope) -> Result<Operation>
pub fn build(&self, scope: &mut Scope) -> Result<Operation>
Builds the ShutdownTPUSystem
operation.
sourcepub fn build_instance(&self, scope: &mut Scope) -> Result<ShutdownTPUSystemInst>
pub fn build_instance(&self, scope: &mut Scope) -> Result<ShutdownTPUSystemInst>
Builds a new instance of ‘ShutdownTPUSystem’ Operation with it’s Outputs and Inputs exposed as methods.
Trait Implementations§
source§impl Debug for ShutdownTPUSystem
impl Debug for ShutdownTPUSystem
source§impl Default for ShutdownTPUSystem
impl Default for ShutdownTPUSystem
source§fn default() -> ShutdownTPUSystem
fn default() -> ShutdownTPUSystem
Returns the “default value” for a type. Read more
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