pub struct CooperativeVectorMatrixLayout(/* private fields */);Implementations§
Source§impl CooperativeVectorMatrixLayout
impl CooperativeVectorMatrixLayout
pub const ROW_MAJOR_NV: Self
pub const COLUMN_MAJOR_NV: Self
pub const INFERENCING_OPTIMAL_NV: Self
pub const TRAINING_OPTIMAL_NV: Self
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 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 ==.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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<'a, T> WordExt<'a> for Twhere
T: Word,
impl<'a, T> WordExt<'a> for Twhere
T: Word,
Source§fn parse_one(stream: &mut InstructionStream<'a>) -> ParseResult<Self>
fn parse_one(stream: &mut InstructionStream<'a>) -> ParseResult<Self>
Parses one word.
Source§fn parse_optional(
stream: &mut InstructionStream<'a>,
) -> ParseResult<Option<Self>>
fn parse_optional( stream: &mut InstructionStream<'a>, ) -> ParseResult<Option<Self>>
Tries to optionally parse one word.
Source§fn parse_eos(stream: &mut InstructionStream<'a>) -> ParseResult<&'a [Self]>
fn parse_eos(stream: &mut InstructionStream<'a>) -> ParseResult<&'a [Self]>
Parses words until the end of the stream.