burn::tensor::quantization

Function unpack_u32s_to_i8s

pub fn unpack_u32s_to_i8s(values: Vec<u32>, numel: usize) -> Vec<i8>
Expand description

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