pub type QParams = QParams<QParamTensor>;Expand description
Runtime parameters for quantization. Can be used to construct a scales handle from the base tensor handle.
Aliased Type§
pub struct QParams {
pub scales: QParamTensor,
}Fields§
§scales: QParamTensorThe scaling factor.