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