pub struct MatrixMultiplyAccumulateOperands(/* private fields */);Implementations§
Source§impl MatrixMultiplyAccumulateOperands
impl MatrixMultiplyAccumulateOperands
pub const NONE: Self
pub const MATRIX_ASIGNED_COMPONENTS_INTEL: Self
pub const MATRIX_BSIGNED_COMPONENTS_INTEL: Self
pub const MATRIX_CBFLOAT16_INTEL: Self
pub const MATRIX_RESULT_BFLOAT16_INTEL: Self
pub const MATRIX_APACKED_INT8_INTEL: Self
pub const MATRIX_BPACKED_INT8_INTEL: Self
pub const MATRIX_APACKED_INT4_INTEL: Self
pub const MATRIX_BPACKED_INT4_INTEL: Self
pub const MATRIX_ATF32_INTEL: Self
pub const MATRIX_BTF32_INTEL: Self
pub const MATRIX_APACKED_FLOAT16_INTEL: Self
pub const MATRIX_BPACKED_FLOAT16_INTEL: Self
pub const MATRIX_APACKED_BFLOAT16_INTEL: Self
pub const MATRIX_BPACKED_BFLOAT16_INTEL: Self
Trait Implementations§
Source§impl Clone for MatrixMultiplyAccumulateOperands
impl Clone for MatrixMultiplyAccumulateOperands
Source§fn clone(&self) -> MatrixMultiplyAccumulateOperands
fn clone(&self) -> MatrixMultiplyAccumulateOperands
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 MatrixMultiplyAccumulateOperands
impl PartialEq for MatrixMultiplyAccumulateOperands
Source§fn eq(&self, other: &MatrixMultiplyAccumulateOperands) -> bool
fn eq(&self, other: &MatrixMultiplyAccumulateOperands) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for MatrixMultiplyAccumulateOperands
impl Eq for MatrixMultiplyAccumulateOperands
impl StructuralPartialEq for MatrixMultiplyAccumulateOperands
Auto Trait Implementations§
impl Freeze for MatrixMultiplyAccumulateOperands
impl RefUnwindSafe for MatrixMultiplyAccumulateOperands
impl Send for MatrixMultiplyAccumulateOperands
impl Sync for MatrixMultiplyAccumulateOperands
impl Unpin for MatrixMultiplyAccumulateOperands
impl UnsafeUnpin for MatrixMultiplyAccumulateOperands
impl UnwindSafe for MatrixMultiplyAccumulateOperands
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.