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