package mlir.quant

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message QuantizationInfo

quantization_info.proto:8

Represents the quantization parameters for a list of named tensors.

message QuantizationInfo.AffineParams

quantization_info.proto:19

Affine parameters to quantize the per axis value. The metadata of the target properties should be specified as well.

Used in: PerAxisParams

message QuantizationInfo.Metadata

quantization_info.proto:36

The metadata defines the target properties.

Used in: QuantParams

message QuantizationInfo.MinMax

quantization_info.proto:12

min/max of the per axis value range. To quantize the value, the metadata of the target properties should be specified or read from the ops quantization specification.

Used in: PerAxisParams

message QuantizationInfo.PerAxisParams

quantization_info.proto:25

Params to quantize the axis. Only one of the field can be used.

Used in: QuantParams

message QuantizationInfo.QuantParams

quantization_info.proto:49

The quantization parameters for a named tensor.

Used in: QuantizationInfo