Contents

NDArray.ScalarType.uint4

A 4-bit unsigned integer.

Declaration

case uint4

Discussion

Four-bit unsigned integers can represent values in the range [0, 15]. This type is used for quantization and in lookup tables.

See Also

Defining sub-byte unsigned integer types