pub struct KvBf16;Expand description
BF16 KV cache (drop-in replacement for FP16 on Ampere+ / Apple Silicon).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for KvBf16
impl RefUnwindSafe for KvBf16
impl Send for KvBf16
impl Sync for KvBf16
impl Unpin for KvBf16
impl UnsafeUnpin for KvBf16
impl UnwindSafe for KvBf16
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