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