#[repr(C)]pub struct F32x8(pub [f32; 8]);Expand description
STAGE-2 GROUPED DECODE: the 8 routed-expert weights by value (CUDA f32x8_t).
Tuple Fields§
§0: [f32; 8]Trait Implementations§
Auto Trait Implementations§
impl Freeze for F32x8
impl RefUnwindSafe for F32x8
impl Send for F32x8
impl Sync for F32x8
impl Unpin for F32x8
impl UnsafeUnpin for F32x8
impl UnwindSafe for F32x8
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