#[repr(C)]pub enum NcclRedOp {
Sum = 0,
Prod = 1,
Max = 2,
Min = 3,
Avg = 4,
}Expand description
NCCL reduction operations.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NcclRedOp
impl RefUnwindSafe for NcclRedOp
impl Send for NcclRedOp
impl Sync for NcclRedOp
impl Unpin for NcclRedOp
impl UnwindSafe for NcclRedOp
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