pub type QTensor = Array<Line<u32>>;
Quantized tensor representation.
pub struct QTensor { /* private fields */ }