pub struct DequantScratch { /* private fields */ }Expand description
Pre-allocated scratch buffers for hot-path dequantization.
Avoids per-key heap allocation in dequantize_into_with_codebook.
Implementations§
Auto Trait Implementations§
impl Freeze for DequantScratch
impl RefUnwindSafe for DequantScratch
impl Send for DequantScratch
impl Sync for DequantScratch
impl Unpin for DequantScratch
impl UnsafeUnpin for DequantScratch
impl UnwindSafe for DequantScratch
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