pub enum MatmulUnimplementedError {
Quantization,
}
Variants§
Quantization
Trait Implementations§
Source§impl Debug for MatmulUnimplementedError
impl Debug for MatmulUnimplementedError
Source§impl From<MatmulUnimplementedError> for MatmulLaunchError
impl From<MatmulUnimplementedError> for MatmulLaunchError
Source§fn from(value: MatmulUnimplementedError) -> Self
fn from(value: MatmulUnimplementedError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for MatmulUnimplementedError
impl RefUnwindSafe for MatmulUnimplementedError
impl Send for MatmulUnimplementedError
impl Sync for MatmulUnimplementedError
impl Unpin for MatmulUnimplementedError
impl UnwindSafe for MatmulUnimplementedError
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