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