Docs.rs
  • numcodecs-linear-quantize-0.4.0
    • numcodecs-linear-quantize 0.4.0
    • Docs.rs crate page
    • MPL-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • juntyr
    • Dependencies
      • ndarray ^0.16.1 normal
      • num-traits ^0.2.19 normal
      • numcodecs ^0.2.1 normal
      • postcard ^1.0.8 normal
      • schemars =1.0.0-alpha.15 normal
      • serde ^1.0.217 normal
      • serde_repr ^0.1.3 normal
      • thiserror ^2.0 normal
      • twofloat ^0.8 normal
    • Versions
    • 34% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • 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

Crate numcodecs_linear_quantize

numcodecs_linear_quantize0.4.0

  • All Items

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions

Crates

  • numcodecs_linear_quantize

Crate numcodecs_linear_quantize

Source
Expand description

CI Status MSRV Latest Version Rust Doc Crate Rust Doc Main

Linear Quantization codec implementation for the numcodecs API.

Structs§

LinearQuantizeCodec
Lossy codec to reduce the precision of floating point data.
LinearQuantizeHeaderError
Opaque error for when encoding or decoding the header fails

Enums§

LinearQuantizeBins
Number of bins for quantization, written in base-2 scientific notation.
LinearQuantizeCodecError
Errors that may occur when applying the LinearQuantizeCodec.
LinearQuantizeDType
Data types which the LinearQuantizeCodec can quantize

Traits§

Unsigned
Unsigned binary types.

Functions§

quantize
Linear-quantize the elements in the data array using the quantize closure.
reconstruct
Reconstruct the linear-quantized encoded array using the floatify closure.
reconstruct_into
Reconstruct the linear-quantized encoded array using the floatify closure into the decoded array.

Results

Settings
Help
No results :(
Try on DuckDuckGo?

Or try looking in one of these:
  • The Rust Reference for technical details about the language.
  • Rust By Example for expository code examples.
  • The Rust Book for introductions to language features and the language itself.
  • Docs.rs for documentation of crates released on crates.io.
No results :(
Try on DuckDuckGo?

Or try looking in one of these:
  • The Rust Reference for technical details about the language.
  • Rust By Example for expository code examples.
  • The Rust Book for introductions to language features and the language itself.
  • Docs.rs for documentation of crates released on crates.io.
No results :(
Try on DuckDuckGo?

Or try looking in one of these:
  • The Rust Reference for technical details about the language.
  • Rust By Example for expository code examples.
  • The Rust Book for introductions to language features and the language itself.
  • Docs.rs for documentation of crates released on crates.io.