pub struct Glm5NextExpertWeights {
pub gate_proj: Nvfp4Proj,
pub up_proj: Nvfp4Proj,
pub down_proj: Nvfp4Proj,
}Expand description
One routed expert. NVFP4, owned whole by one EP rank — never split further.
Fields§
§gate_proj: Nvfp4Proj§up_proj: Nvfp4Proj§down_proj: Nvfp4ProjTrait Implementations§
Source§impl Clone for Glm5NextExpertWeights
impl Clone for Glm5NextExpertWeights
Source§fn clone(&self) -> Glm5NextExpertWeights
fn clone(&self) -> Glm5NextExpertWeights
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 Debug for Glm5NextExpertWeights
impl Debug for Glm5NextExpertWeights
impl Copy for Glm5NextExpertWeights
Auto Trait Implementations§
impl Freeze for Glm5NextExpertWeights
impl RefUnwindSafe for Glm5NextExpertWeights
impl Send for Glm5NextExpertWeights
impl Sync for Glm5NextExpertWeights
impl Unpin for Glm5NextExpertWeights
impl UnwindSafe for Glm5NextExpertWeights
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