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