Trait tract_pulse::internal::tract_core::ops::nn::SloppyHash[]

pub trait SloppyHash {
    fn sloppy_hash<S>(&self, state: &mut S)
    where
        S: Hasher
; }

Required methods

fn sloppy_hash<S>(&self, state: &mut S) where
    S: Hasher

Implementations on Foreign Types

impl SloppyHash for bool

pub fn sloppy_hash<S>(&self, state: &mut S) where
    S: Hasher

impl SloppyHash for i32

pub fn sloppy_hash<S>(&self, state: &mut S) where
    S: Hasher

impl SloppyHash for f64

pub fn sloppy_hash<S>(&self, state: &mut S) where
    S: Hasher

impl SloppyHash for f32

pub fn sloppy_hash<S>(&self, state: &mut S) where
    S: Hasher

impl SloppyHash for u8

pub fn sloppy_hash<S>(&self, state: &mut S) where
    S: Hasher

impl SloppyHash for u64

pub fn sloppy_hash<S>(&self, state: &mut S) where
    S: Hasher

impl SloppyHash for i16

pub fn sloppy_hash<S>(&self, state: &mut S) where
    S: Hasher

impl SloppyHash for i8

pub fn sloppy_hash<S>(&self, state: &mut S) where
    S: Hasher

impl SloppyHash for u32

pub fn sloppy_hash<S>(&self, state: &mut S) where
    S: Hasher

impl SloppyHash for u16

pub fn sloppy_hash<S>(&self, state: &mut S) where
    S: Hasher

impl SloppyHash for i64

pub fn sloppy_hash<S>(&self, state: &mut S) where
    S: Hasher

Implementors

impl SloppyHash for f16

pub fn sloppy_hash<S>(&self, state: &mut S) where
    S: Hasher

impl SloppyHash for String

pub fn sloppy_hash<S>(&self, state: &mut S) where
    S: Hasher