Struct tensorflow::ops::TPUPartitionedCallInst
source · [−]pub struct TPUPartitionedCallInst {
pub op: Operation,
}
Expand description
An instance of ‘TPUPartitionedCall’ Operation with it’s Outputs and Inputs exposed as methods.
Fields
op: Operation
An instance of a fully built TPUPartitionedCall Operation in a Tensorflow graph.
Implementations
sourceimpl TPUPartitionedCallInst
impl TPUPartitionedCallInst
sourcepub fn output(&self) -> Output
pub fn output(&self) -> Output
Returns the ‘output’ Output of this ‘TPUPartitionedCall’ operation.
sourcepub fn args(&self) -> Input<'_>
pub fn args(&self) -> Input<'_>
Returns the ‘args’ Input of this ‘TPUPartitionedCall’ operation.
sourcepub fn device_ordinal(&self) -> Input<'_>
pub fn device_ordinal(&self) -> Input<'_>
Returns the ‘device_ordinal’ Input of this ‘TPUPartitionedCall’ operation.
Trait Implementations
sourceimpl Clone for TPUPartitionedCallInst
impl Clone for TPUPartitionedCallInst
sourcefn clone(&self) -> TPUPartitionedCallInst
fn clone(&self) -> TPUPartitionedCallInst
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for TPUPartitionedCallInst
impl Debug for TPUPartitionedCallInst
sourceimpl From<TPUPartitionedCallInst> for Operation
impl From<TPUPartitionedCallInst> for Operation
sourcefn from(inst: TPUPartitionedCallInst) -> Operation
fn from(inst: TPUPartitionedCallInst) -> Operation
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for TPUPartitionedCallInst
impl Send for TPUPartitionedCallInst
impl Sync for TPUPartitionedCallInst
impl Unpin for TPUPartitionedCallInst
impl UnwindSafe for TPUPartitionedCallInst
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more