Struct burn_wgpu::kernel::reduce::ReduceAutotuneKey
source · pub struct ReduceAutotuneKey { /* private fields */ }Expand description
Autotune key representative of reduce versions
Implementations§
Trait Implementations§
source§impl Clone for ReduceAutotuneKey
impl Clone for ReduceAutotuneKey
source§fn clone(&self) -> ReduceAutotuneKey
fn clone(&self) -> ReduceAutotuneKey
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 ReduceAutotuneKey
impl Debug for ReduceAutotuneKey
source§impl Display for ReduceAutotuneKey
impl Display for ReduceAutotuneKey
source§impl Hash for ReduceAutotuneKey
impl Hash for ReduceAutotuneKey
source§impl PartialEq for ReduceAutotuneKey
impl PartialEq for ReduceAutotuneKey
source§fn eq(&self, other: &ReduceAutotuneKey) -> bool
fn eq(&self, other: &ReduceAutotuneKey) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for ReduceAutotuneKey
impl StructuralEq for ReduceAutotuneKey
impl StructuralPartialEq for ReduceAutotuneKey
Auto Trait Implementations§
impl RefUnwindSafe for ReduceAutotuneKey
impl Send for ReduceAutotuneKey
impl Sync for ReduceAutotuneKey
impl Unpin for ReduceAutotuneKey
impl UnwindSafe for ReduceAutotuneKey
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.