pub struct AllReduceHandle { /* private fields */ }Expand description
Non-blocking AllReduce handle.
Implementations§
Auto Trait Implementations§
impl Freeze for AllReduceHandle
impl RefUnwindSafe for AllReduceHandle
impl Send for AllReduceHandle
impl !Sync for AllReduceHandle
impl Unpin for AllReduceHandle
impl UnsafeUnpin for AllReduceHandle
impl UnwindSafe for AllReduceHandle
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