Type Alias QTensor

Source
pub type QTensor = Array<Line<u32>>;
Expand description

Quantized tensor representation.

Aliased Typeยง

struct QTensor { /* private fields */ }