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§
source§impl 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§
source§impl Clone for TPUPartitionedCallInst
impl Clone for TPUPartitionedCallInst
source§fn clone(&self) -> TPUPartitionedCallInst
fn clone(&self) -> TPUPartitionedCallInst
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 Debug for TPUPartitionedCallInst
impl Debug for TPUPartitionedCallInst
source§impl From<TPUPartitionedCallInst> for Operation
impl From<TPUPartitionedCallInst> for Operation
source§fn 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§
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