pub enum NcclOp {
AllReduce,
Broadcast,
AllGather,
ReduceScatter,
Unknown(u8),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NcclOp
impl RefUnwindSafe for NcclOp
impl Send for NcclOp
impl Sync for NcclOp
impl Unpin for NcclOp
impl UnwindSafe for NcclOp
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