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