oa::QuantMatrix
A GPU-resident weight stored in OA's native Q4 or Q8 block encoding. Quantization is deliberately not an `oa::ScalarType`: one logical value owns a packed integer payload and a separate Float32 scale plane. Treating Q4 as a scalar dtype would make matrix byte sizes, strides, views, and element access incorrect. The physical planes remain private and travel as one weight value.
Public Methods
Constructor & Destructor Documentation
Public Method Documentation
No public source comment is attached to this declaration.
Returns
oa::DeviceThe declared return value.
No public source comment is attached to this declaration.
Returns
oa::QuantizationThe declared return value.
No public source comment is attached to this declaration.
Returns
MatrixShapeThe declared return value.
No public source comment is attached to this declaration.
Returns
boolThe declared return value.
No public source comment is attached to this declaration.
Returns
oa::I64The declared return value.
No public source comment is attached to this declaration.
Returns
oa::I32The declared return value.
No public source comment is attached to this declaration.
Parameters
inDimoa::I32—
Returns
oa::I64The declared return value.