[][src]Trait tract_linalg::hash::DynHash

pub trait DynHash {
    fn dyn_hash(&self, state: &mut dyn Hasher);
}

Required methods

fn dyn_hash(&self, state: &mut dyn Hasher)

Loading content...

Implementors

impl<K, TA, TB, TC, TI> DynHash for MatMatMulImpl<K, TA, TB, TC, TI> where
    TA: Copy + Zero + 'static,
    TB: Copy + Zero + 'static,
    TC: Copy + Debug + 'static,
    TI: Copy + Add + Mul + Zero + Debug + 'static,
    K: MatMatMulKer<TA, TB, TC, TI>, 
[src]

impl<TA, TB, TC, TI, K> DynHash for QMatMatMulImpl<K, TA, TB, TC, TI> where
    TA: Copy + Zero + SloppyHash + 'static,
    TB: Copy + Zero + SloppyHash + 'static,
    TC: Copy + Debug + SloppyHash + 'static,
    TI: Copy + Add + Mul + Zero + Debug + SloppyHash + 'static,
    K: MatMatMulKer<TA, TB, TC, TI>, 
[src]

Loading content...