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