ANeuralNetworksOperandType.scale

These two fields are only used for quantized tensors. They should be zero for scalars and non-fixed point tensors. The dequantized value of each entry is (value - zeroPoint) * scale.

struct ANeuralNetworksOperandType
float scale;

Meta