pub struct Plan<T> { /* private fields */ }Implementations§
Source§impl Plan<f32>
impl Plan<f32>
pub fn new_f32x1(m: usize, n: usize, k: usize, is_col_major: bool) -> Self
pub fn new_f32x2(m: usize, n: usize, k: usize, is_col_major: bool) -> Self
pub fn new_f32x4(m: usize, n: usize, k: usize, is_col_major: bool) -> Self
pub fn new_f32_avx(m: usize, n: usize, k: usize, is_col_major: bool) -> Self
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for Plan<T>
impl<T> RefUnwindSafe for Plan<T>
impl<T> !Send for Plan<T>
impl<T> !Sync for Plan<T>
impl<T> Unpin for Plan<T>
impl<T> UnwindSafe for Plan<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