burn::tensor

Module quantization

Expand description

Tensor quantization module.

Structs§

Enums§

Traits§

  • Calibration method used to compute the quantization range mapping.
  • Quantized tensor primitive.
  • Quantization scheme to convert elements of a higher precision data type E to a lower precision data type Q and vice-versa.

Functions§

  • Pack signed 8-bit integer values into a sequence of unsigned 32-bit integers.
  • Unpack 32-bit unsigned integer values into a sequence of signed 8-bit integers.

Type Aliases§