Get desktop application:
View/edit binary Protocol Buffers messages
Represents the quantization parameters for a list of named tensors.
List of quantization parameters for tensors.
Affine parameters to quantize the per axis value. The metadata of the target properties should be specified as well.
Used in:
The metadata defines the target properties.
Used in:
Bit number of fixed-point data the target kernel supports.
The quantized axis index if it is per-axis quantization.
The minimum allowed value of the fixed-point data range. This can also be used to derive the sign of storage type.
The minimum allowed value of the fixed-point data range.
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:
Params to quantize the axis. Only one of the field can be used.
Used in:
min/max of the ranges.
affine parameters to quantize the per axis value.
The quantization parameters for a named tensor.
Used in:
The tensor name has the following convention: tensor_name := op_name | op_name ’:’ port_number. If the op has only one port, op_name can be used. If the op has internal states, such as fused LSTM, the port_number should follow a predefined convention.
An regex can be used to match multiple tensors.
The quantization parameters for the tensor. If it is for per-axis, the parameters should be defined for each axis, otherwise, if it is for per-tensor, this repeated field should only contain a single element.
Metadata about the quantization parameters.