pub enum KdaDtype {
Bf16,
F32,
}Expand description
The only two dtypes a KDA block contains.
Variants§
Implementations§
Trait Implementations§
impl Copy for KdaDtype
impl Eq for KdaDtype
impl StructuralPartialEq for KdaDtype
Auto Trait Implementations§
impl Freeze for KdaDtype
impl RefUnwindSafe for KdaDtype
impl Send for KdaDtype
impl Sync for KdaDtype
impl Unpin for KdaDtype
impl UnwindSafe for KdaDtype
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.