pub struct DevExpertFp8BlockScales {
pub gate: DevExpertFp8ProjectionScales,
pub up: DevExpertFp8ProjectionScales,
pub down: DevExpertFp8ProjectionScales,
}Fields§
§gate: DevExpertFp8ProjectionScales§up: DevExpertFp8ProjectionScales§down: DevExpertFp8ProjectionScalesAuto Trait Implementations§
impl Freeze for DevExpertFp8BlockScales
impl RefUnwindSafe for DevExpertFp8BlockScales
impl Send for DevExpertFp8BlockScales
impl Sync for DevExpertFp8BlockScales
impl Unpin for DevExpertFp8BlockScales
impl UnsafeUnpin for DevExpertFp8BlockScales
impl UnwindSafe for DevExpertFp8BlockScales
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