Docs.rs
tract-pulse-0.18.4
tract-pulse 0.18.4
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
kali
Dependencies
downcast-rs ^1.2.0
normal
lazy_static ^1.4.0
normal
tract-pulse-opl =0.18.4
normal
Versions
6.9%
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
☰
DynHash
Required Methods
dyn_hash
Implementations on Foreign Types
DeconvDelay
Delay
PulsePad
PulsedAxisSlice
Implementors
In tract_pulse::internal
?
Trait
tract_pulse
::
internal
::
DynHash
[
−
]
pub trait DynHash { fn
dyn_hash
(&self, state: &mut dyn
Hasher
); }
Required Methods
fn
dyn_hash
(&self, state: &mut dyn
Hasher
)
Implementations on Foreign Types
source
impl
DynHash
for
DeconvDelay
source
fn
dyn_hash
(&self, state: &mut dyn
Hasher
)
source
impl
DynHash
for
PulsePad
source
fn
dyn_hash
(&self, state: &mut dyn
Hasher
)
source
impl
DynHash
for
Delay
source
fn
dyn_hash
(&self, state: &mut dyn
Hasher
)
source
impl
DynHash
for
PulsedAxisSlice
source
fn
dyn_hash
(&self, state: &mut dyn
Hasher
)
Implementors
impl
DynHash
for
AxisOp
source
impl
DynHash
for
PulsedFact
source
impl
DynHash
for
PulsedSource
impl
DynHash
for
TypedFact
impl
DynHash
for
DynSlice
impl
DynHash
for
FiniteReshape
impl
DynHash
for
Gather
impl
DynHash
for
GatherElements
impl
DynHash
for
GatherNd
impl
DynHash
for
MultiBroadcastTo
impl
DynHash
for
OneHot
impl
DynHash
for
Pad
impl
DynHash
for
Range
impl
DynHash
for
ScatterElements
impl
DynHash
for
ScatterNd
impl
DynHash
for
Slice
impl
DynHash
for
Tile
impl
DynHash
for
TypedConcat
impl
DynHash
for
MergeOpUnicast
impl
DynHash
for
TypedBinOp
impl
DynHash
for
UnaryOp
impl
DynHash
for
Cast
impl
DynHash
for
Im2Col
impl
DynHash
for
ConvUnary
impl
DynHash
for
DeconvUnary
impl
DynHash
for
MaxPool
impl
DynHash
for
SumPool
impl
DynHash
for
Dummy
impl
DynHash
for
ElementWiseOp
impl
DynHash
for
Identity
impl
DynHash
for
Const
impl
DynHash
for
And
impl
DynHash
for
Equals
impl
DynHash
for
Greater
impl
DynHash
for
GreaterEqual
impl
DynHash
for
GreaterEqualThanZero
impl
DynHash
for
GreaterThanZero
impl
DynHash
for
Iff
impl
DynHash
for
Less
impl
DynHash
for
LessEqual
impl
DynHash
for
LessEqualThanZero
impl
DynHash
for
LessThanZero
impl
DynHash
for
Not
impl
DynHash
for
NotEquals
impl
DynHash
for
Or
impl
DynHash
for
Xor
impl
DynHash
for
Abs
impl
DynHash
for
Acos
impl
DynHash
for
Acosh
impl
DynHash
for
Add
impl
DynHash
for
Asin
impl
DynHash
for
Asinh
impl
DynHash
for
Atan
impl
DynHash
for
Atanh
impl
DynHash
for
Ceil
impl
DynHash
for
Cos
impl
DynHash
for
Cosh
impl
DynHash
for
Cube
impl
DynHash
for
Div
impl
DynHash
for
Exp
impl
DynHash
for
FlippedPow
impl
DynHash
for
FlippedShiftLeft
impl
DynHash
for
FlippedShiftRight
impl
DynHash
for
Floor
impl
DynHash
for
Ln
impl
DynHash
for
Max
impl
DynHash
for
Min
impl
DynHash
for
Mul
impl
DynHash
for
Neg
impl
DynHash
for
Pow
impl
DynHash
for
QScale
impl
DynHash
for
Recip
impl
DynHash
for
Rem
impl
DynHash
for
Round
impl
DynHash
for
RoundHalfToEven
impl
DynHash
for
Rsqrt
impl
DynHash
for
ShiftLeft
impl
DynHash
for
ShiftRight
impl
DynHash
for
Sign
impl
DynHash
for
Sin
impl
DynHash
for
Sinh
impl
DynHash
for
Sqrt
impl
DynHash
for
Square
impl
DynHash
for
Sub
impl
DynHash
for
Tan
impl
DynHash
for
Tanh
impl
DynHash
for
LirMatMulUnary
impl
DynHash
for
QMatMulUnary
impl
DynHash
for
MatMatMulPack
impl
DynHash
for
MatMul
impl
DynHash
for
MatMulUnary
impl
DynHash
for
QMatMul
impl
DynHash
for
LeakyRelu
impl
DynHash
for
Reduce
impl
DynHash
for
Sigmoid
impl
DynHash
for
Softmax
impl
DynHash
for
DequantizeLinearF32
impl
DynHash
for
LookupTable
impl
DynHash
for
OffsetU8asI8
impl
DynHash
for
QuantizeLinearI8
impl
DynHash
for
QuantizeLinearU8
impl
DynHash
for
Scale
impl
DynHash
for
LirScan
impl
DynHash
for
Scan
impl
DynHash
for
TypedSource
impl
DynHash
for
Downsample
impl
DynHash
for
UnimplementedOp
impl<F, O>
DynHash
for
Graph
<F, O>
where
F: 'static +
Fact
+
Hash
+
Clone
,
O: 'static +
Debug
+
Display
+
AsRef
<dyn
Op
+ 'static> +
AsMut
<dyn
Op
+ 'static> +
Clone
+
Hash
,
impl<K>
DynHash
for
LutImpl
<K>
where
K:
LutKer
,