Struct lance_core::utils::cpu::FP16_SIMD_SUPPORT
source · pub struct FP16_SIMD_SUPPORT { /* private fields */ }Expand description
Support for FP16 SIMD operations
Trait Implementations§
source§impl Deref for FP16_SIMD_SUPPORT
impl Deref for FP16_SIMD_SUPPORT
§type Target = SimdSupport
type Target = SimdSupport
The resulting type after dereferencing.
source§fn deref(&self) -> &SimdSupport
fn deref(&self) -> &SimdSupport
Dereferences the value.
impl LazyStatic for FP16_SIMD_SUPPORT
Auto Trait Implementations§
impl Freeze for FP16_SIMD_SUPPORT
impl RefUnwindSafe for FP16_SIMD_SUPPORT
impl Send for FP16_SIMD_SUPPORT
impl Sync for FP16_SIMD_SUPPORT
impl Unpin for FP16_SIMD_SUPPORT
impl UnwindSafe for FP16_SIMD_SUPPORT
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