pub struct Glm5NextMhc {
pub kernels: Glm5NextMhcKernels,
pub attn: Glm5NextMhcSiteWeights,
pub ffn: Glm5NextMhcSiteWeights,
pub hc_mult: usize,
pub sinkhorn_iters: usize,
pub hc_eps: f32,
}Expand description
This layer’s hyper-connection: both sites’ weights plus the kernels and the two scalars.
Fields§
§kernels: Glm5NextMhcKernels§attn: Glm5NextMhcSiteWeights§ffn: Glm5NextMhcSiteWeights§hc_mult: usize§sinkhorn_iters: usize§hc_eps: f32Auto Trait Implementations§
impl Freeze for Glm5NextMhc
impl RefUnwindSafe for Glm5NextMhc
impl Send for Glm5NextMhc
impl Sync for Glm5NextMhc
impl Unpin for Glm5NextMhc
impl UnwindSafe for Glm5NextMhc
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