pub struct Mamba3DoubleSsdCacheRecord {
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 Mamba3DoubleSsdCacheRecord
impl Record for Mamba3DoubleSsdCacheRecord
Auto Trait Implementations§
impl Freeze for Mamba3DoubleSsdCacheRecord
impl RefUnwindSafe for Mamba3DoubleSsdCacheRecord
impl Send for Mamba3DoubleSsdCacheRecord
impl Sync for Mamba3DoubleSsdCacheRecord
impl Unpin for Mamba3DoubleSsdCacheRecord
impl UnsafeUnpin for Mamba3DoubleSsdCacheRecord
impl UnwindSafe for Mamba3DoubleSsdCacheRecord
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