hbDNNQuantiType

typedef enum { NONE, SHIFT, SCALE, } hbDNNQuantiType;

Fixed-point to floating-point conversion quantization/dequantization type.

NONE: No data processing is needed.

SHIFT: The quantization/dequantization parameters corresponding to the SHIFT type are stored in the hbDNNQuantiShift structure.

SCALE: The quantization/dequantization parameters corresponding to SCALE are stored in the hbDNNQuantiScale structure.

  • Member
Member NameDescription
NONENo quantization.
SHIFTQuantization type: SHIFT. J6 is deprecated.
SCALEQuantization type: SCALE.