pub struct Mamba3SingleSsdCacheRecord {
pub ssm_bhpr: <Tensor<4> as Module>::Record,
pub k_state_bmhr: <Tensor<4> as Module>::Record,
pub v_state_bhp: <Tensor<3> as Module>::Record,
pub rotation: <RotationState as Module>::Record,
}Expand description
The record type for the module.
Fields§
§ssm_bhpr: <Tensor<4> as Module>::RecordThe module record associative type.
k_state_bmhr: <Tensor<4> as Module>::RecordThe module record associative type.
v_state_bhp: <Tensor<3> as Module>::RecordThe module record associative type.
rotation: <RotationState as Module>::RecordThe module record associative type.
Trait Implementations§
Source§impl Record for Mamba3SingleSsdCacheRecord
impl Record for Mamba3SingleSsdCacheRecord
Auto Trait Implementations§
impl Freeze for Mamba3SingleSsdCacheRecord
impl RefUnwindSafe for Mamba3SingleSsdCacheRecord
impl Send for Mamba3SingleSsdCacheRecord
impl Sync for Mamba3SingleSsdCacheRecord
impl Unpin for Mamba3SingleSsdCacheRecord
impl UnsafeUnpin for Mamba3SingleSsdCacheRecord
impl UnwindSafe for Mamba3SingleSsdCacheRecord
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