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