pub struct MatrixMultiplyKernel;Expand description
Matrix multiplication kernel helper
Implementations§
Auto Trait Implementations§
impl Freeze for MatrixMultiplyKernel
impl RefUnwindSafe for MatrixMultiplyKernel
impl Send for MatrixMultiplyKernel
impl Sync for MatrixMultiplyKernel
impl Unpin for MatrixMultiplyKernel
impl UnsafeUnpin for MatrixMultiplyKernel
impl UnwindSafe for MatrixMultiplyKernel
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