hbDNNQuantiType

typedef enum { NONE, SCALE, } hbDNNQuantiType;

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

NONE: No data processing is needed.

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

  • Member
Member NameDescription
NONENo quantization.
SCALEQuantization type: SCALE.