Expand description
Stochastic rounding codec implementation for the numcodecs API.
Structs§
- NonNegative
- Non-negative floating point number
- Stochastic
Rounding Codec - Codec that stochastically rounds the data to the nearest multiple of
precisionon encoding and passes through the input unchanged during decoding.
Enums§
- Stochastic
Rounding Codec Error - Errors that may occur when applying the
StochasticRoundingCodec.
Traits§
- Float
Ext - Floating point types
Functions§
- stochastic_
rounding - Stochastically rounds the
datato the nearest multiple of theprecision.