pub struct MmapExpertStore { /* private fields */ }Expand description
mmap’d per-expert packs. Missing id fails closed (no silent zero tensor).
Implementations§
Auto Trait Implementations§
impl Freeze for MmapExpertStore
impl RefUnwindSafe for MmapExpertStore
impl Send for MmapExpertStore
impl Sync for MmapExpertStore
impl Unpin for MmapExpertStore
impl UnwindSafe for MmapExpertStore
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