Docs.rs
tract-core-0.18.2
tract-core 0.18.2
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
kali
Dependencies
anyhow ^1.0.43
normal
bit-set ^0.5.2
normal
derive-new ^0.5.9
normal
downcast-rs ^1.2.0
normal
dyn-clone ^1.0.4
normal
educe ^0.4.18
normal
lazy_static ^1.4.0
normal
log ^0.4.14
normal
maplit ^1.0.2
normal
ndarray ^0.15.3
normal
num-integer ^0.1.44
normal
num-traits ^0.2.14
normal
smallvec ^1.6.1
normal
tract-data =0.18.2
normal
tract-linalg =0.18.2
normal
approx ^0.5
dev
criterion ^0.3.5
dev
env_logger ^0.9.0
dev
lazy_static ^1.4.0
dev
proptest ^1
dev
Versions
13.17%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
SloppyHash
Required Methods
sloppy_hash
Implementations on Foreign Types
bool
f32
f64
i16
i32
i64
i8
u16
u32
u64
u8
Implementors
In tract_core::internal
?
Trait
tract_core
::
internal
::
SloppyHash
source
·
[
−
]
pub trait SloppyHash { fn
sloppy_hash
<S:
Hasher
>(&self, state:
&mut
S); }
Required Methods
source
fn
sloppy_hash
<S:
Hasher
>(&self, state:
&mut
S)
Implementations on Foreign Types
source
impl
SloppyHash
for
f32
source
fn
sloppy_hash
<S:
Hasher
>(&self, state:
&mut
S)
source
impl
SloppyHash
for
f64
source
fn
sloppy_hash
<S:
Hasher
>(&self, state:
&mut
S)
source
impl
SloppyHash
for
bool
source
fn
sloppy_hash
<S:
Hasher
>(&self, state:
&mut
S)
source
impl
SloppyHash
for
i8
source
fn
sloppy_hash
<S:
Hasher
>(&self, state:
&mut
S)
source
impl
SloppyHash
for
i16
source
fn
sloppy_hash
<S:
Hasher
>(&self, state:
&mut
S)
source
impl
SloppyHash
for
i32
source
fn
sloppy_hash
<S:
Hasher
>(&self, state:
&mut
S)
source
impl
SloppyHash
for
i64
source
fn
sloppy_hash
<S:
Hasher
>(&self, state:
&mut
S)
source
impl
SloppyHash
for
u8
source
fn
sloppy_hash
<S:
Hasher
>(&self, state:
&mut
S)
source
impl
SloppyHash
for
u16
source
fn
sloppy_hash
<S:
Hasher
>(&self, state:
&mut
S)
source
impl
SloppyHash
for
u32
source
fn
sloppy_hash
<S:
Hasher
>(&self, state:
&mut
S)
source
impl
SloppyHash
for
u64
source
fn
sloppy_hash
<S:
Hasher
>(&self, state:
&mut
S)
Implementors
source
impl
SloppyHash
for
f16
source
impl
SloppyHash
for
String