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§

Enums§

Traits§

Functions§

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