pub enum SparseKernelWorkloadClass {
SpmvLike,
SpmmLike,
MaskedUpdate,
FrontierExpansion,
}Expand description
Sparse workload class.
Variants§
SpmvLike
Sparse matrix-vector shape.
SpmmLike
Sparse matrix-matrix shape.
MaskedUpdate
Masked sparse update shape.
FrontierExpansion
Frontier expansion shape.
Implementations§
Trait Implementations§
Source§impl Clone for SparseKernelWorkloadClass
impl Clone for SparseKernelWorkloadClass
Source§fn clone(&self) -> SparseKernelWorkloadClass
fn clone(&self) -> SparseKernelWorkloadClass
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SparseKernelWorkloadClass
Source§impl Debug for SparseKernelWorkloadClass
impl Debug for SparseKernelWorkloadClass
impl Eq for SparseKernelWorkloadClass
impl StructuralPartialEq for SparseKernelWorkloadClass
Auto Trait Implementations§
impl Freeze for SparseKernelWorkloadClass
impl RefUnwindSafe for SparseKernelWorkloadClass
impl Send for SparseKernelWorkloadClass
impl Sync for SparseKernelWorkloadClass
impl Unpin for SparseKernelWorkloadClass
impl UnsafeUnpin for SparseKernelWorkloadClass
impl UnwindSafe for SparseKernelWorkloadClass
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.