Enum matrixmultiply::CGemmOption
source · [−]#[non_exhaustive]
pub enum CGemmOption {
Standard,
}
Expand description
cgemm/zgemm per-operand options
TBD.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Standard
Standard
Trait Implementations
sourceimpl Clone for CGemmOption
impl Clone for CGemmOption
sourcefn clone(&self) -> CGemmOption
fn clone(&self) -> CGemmOption
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for CGemmOption
impl Debug for CGemmOption
impl Copy for CGemmOption
Auto Trait Implementations
impl RefUnwindSafe for CGemmOption
impl Send for CGemmOption
impl Sync for CGemmOption
impl Unpin for CGemmOption
impl UnwindSafe for CGemmOption
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more