pub enum MatmulDim {
M,
N,
K,
}
Expand description
Matrix dimension specifier for matmul operations.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MatmulDim
impl RefUnwindSafe for MatmulDim
impl Send for MatmulDim
impl Sync for MatmulDim
impl Unpin for MatmulDim
impl UnwindSafe for MatmulDim
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