Enum candle_core::quantized::QStorage
source · pub enum QStorage {
Cpu(Box<dyn QuantizedType>),
Metal(QMetalStorage),
Cuda(QCudaStorage),
}
Variants§
Auto Trait Implementations§
impl Freeze for QStorage
impl !RefUnwindSafe for QStorage
impl Send for QStorage
impl Sync for QStorage
impl Unpin for QStorage
impl !UnwindSafe for QStorage
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