pub enum SumMode {
Naive,
Pairwise,
Neumaier,
}Expand description
Explicit addition policy for Tensor sum and cumsum.
Variants§
Trait Implementations§
impl Copy for SumMode
impl Eq for SumMode
impl StructuralPartialEq for SumMode
Auto Trait Implementations§
impl Freeze for SumMode
impl RefUnwindSafe for SumMode
impl Send for SumMode
impl Sync for SumMode
impl Unpin for SumMode
impl UnsafeUnpin for SumMode
impl UnwindSafe for SumMode
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