pub struct DotBF16OperationBuilder<'c, T0, O0, O1, O2> { /* private fields */ }Expand description
A builder for an avx512.dot operation.
Implementations§
Source§impl<'c> DotBF16OperationBuilder<'c, Unset, Unset, Unset, Unset>
impl<'c> DotBF16OperationBuilder<'c, Unset, Unset, Unset, Unset>
Source§impl<'c, O0, O1, O2> DotBF16OperationBuilder<'c, Unset, O0, O1, O2>
impl<'c, O0, O1, O2> DotBF16OperationBuilder<'c, Unset, O0, O1, O2>
pub fn dst(self, dst: Type<'c>) -> DotBF16OperationBuilder<'c, Set, O0, O1, O2>
Source§impl<'c, T0, O1, O2> DotBF16OperationBuilder<'c, T0, Unset, O1, O2>
impl<'c, T0, O1, O2> DotBF16OperationBuilder<'c, T0, Unset, O1, O2>
pub fn src( self, src: Value<'c, '_>, ) -> DotBF16OperationBuilder<'c, T0, Set, O1, O2>
Source§impl<'c, T0, O2> DotBF16OperationBuilder<'c, T0, Set, Unset, O2>
impl<'c, T0, O2> DotBF16OperationBuilder<'c, T0, Set, Unset, O2>
pub fn a( self, a: Value<'c, '_>, ) -> DotBF16OperationBuilder<'c, T0, Set, Set, O2>
Source§impl<'c, T0> DotBF16OperationBuilder<'c, T0, Set, Set, Unset>
impl<'c, T0> DotBF16OperationBuilder<'c, T0, Set, Set, Unset>
pub fn b( self, b: Value<'c, '_>, ) -> DotBF16OperationBuilder<'c, T0, Set, Set, Set>
Source§impl<'c> DotBF16OperationBuilder<'c, Set, Set, Set, Set>
impl<'c> DotBF16OperationBuilder<'c, Set, Set, Set, Set>
pub fn build(self) -> DotBF16Operation<'c>
Auto Trait Implementations§
impl<'c, T0, O0, O1, O2> Freeze for DotBF16OperationBuilder<'c, T0, O0, O1, O2>
impl<'c, T0, O0, O1, O2> RefUnwindSafe for DotBF16OperationBuilder<'c, T0, O0, O1, O2>
impl<'c, T0, O0, O1, O2> !Send for DotBF16OperationBuilder<'c, T0, O0, O1, O2>
impl<'c, T0, O0, O1, O2> !Sync for DotBF16OperationBuilder<'c, T0, O0, O1, O2>
impl<'c, T0, O0, O1, O2> Unpin for DotBF16OperationBuilder<'c, T0, O0, O1, O2>
impl<'c, T0, O0, O1, O2> UnwindSafe for DotBF16OperationBuilder<'c, T0, O0, O1, O2>
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