Enum ha_ndarray::ops::MatMul
source · pub enum MatMul<L, R, T> {
Host(MatMul<L, R, T>),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl<L, R, T> RefUnwindSafe for MatMul<L, R, T>
impl<L, R, T> Send for MatMul<L, R, T>
impl<L, R, T> Sync for MatMul<L, R, T>
impl<L, R, T> Unpin for MatMul<L, R, T>
impl<L, R, T> UnwindSafe for MatMul<L, R, T>
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