Struct burn_wgpu::kernel::matmul::MatmulAutotuneKey
source · pub struct MatmulAutotuneKey { /* private fields */ }Expand description
Autotune key representative of matmul versions
Implementations§
Trait Implementations§
source§impl Clone for MatmulAutotuneKey
impl Clone for MatmulAutotuneKey
source§fn clone(&self) -> MatmulAutotuneKey
fn clone(&self) -> MatmulAutotuneKey
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for MatmulAutotuneKey
impl Debug for MatmulAutotuneKey
source§impl Display for MatmulAutotuneKey
impl Display for MatmulAutotuneKey
source§impl Hash for MatmulAutotuneKey
impl Hash for MatmulAutotuneKey
source§impl PartialEq for MatmulAutotuneKey
impl PartialEq for MatmulAutotuneKey
source§fn eq(&self, other: &MatmulAutotuneKey) -> bool
fn eq(&self, other: &MatmulAutotuneKey) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for MatmulAutotuneKey
impl StructuralEq for MatmulAutotuneKey
impl StructuralPartialEq for MatmulAutotuneKey
Auto Trait Implementations§
impl RefUnwindSafe for MatmulAutotuneKey
impl Send for MatmulAutotuneKey
impl Sync for MatmulAutotuneKey
impl Unpin for MatmulAutotuneKey
impl UnwindSafe for MatmulAutotuneKey
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
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.