#[repr(u32)]pub enum CooperativeVectorMatrixLayout {
RowMajorNV = 0,
ColumnMajorNV = 1,
InferencingOptimalNV = 2,
TrainingOptimalNV = 3,
}Expand description
SPIR-V operand kind: CooperativeVectorMatrixLayout
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for CooperativeVectorMatrixLayout
impl Clone for CooperativeVectorMatrixLayout
Source§fn clone(&self) -> CooperativeVectorMatrixLayout
fn clone(&self) -> CooperativeVectorMatrixLayout
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Hash for CooperativeVectorMatrixLayout
impl Hash for CooperativeVectorMatrixLayout
Source§impl Ord for CooperativeVectorMatrixLayout
impl Ord for CooperativeVectorMatrixLayout
Source§fn cmp(&self, other: &CooperativeVectorMatrixLayout) -> Ordering
fn cmp(&self, other: &CooperativeVectorMatrixLayout) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for CooperativeVectorMatrixLayout
impl PartialEq for CooperativeVectorMatrixLayout
Source§fn eq(&self, other: &CooperativeVectorMatrixLayout) -> bool
fn eq(&self, other: &CooperativeVectorMatrixLayout) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for CooperativeVectorMatrixLayout
impl PartialOrd for CooperativeVectorMatrixLayout
impl Copy for CooperativeVectorMatrixLayout
impl Eq for CooperativeVectorMatrixLayout
impl StructuralPartialEq for CooperativeVectorMatrixLayout
Auto Trait Implementations§
impl Freeze for CooperativeVectorMatrixLayout
impl RefUnwindSafe for CooperativeVectorMatrixLayout
impl Send for CooperativeVectorMatrixLayout
impl Sync for CooperativeVectorMatrixLayout
impl Unpin for CooperativeVectorMatrixLayout
impl UnsafeUnpin for CooperativeVectorMatrixLayout
impl UnwindSafe for CooperativeVectorMatrixLayout
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