CMSIS-NN
Version 3.0.0
CMSIS NN Software Library
|
Data Fields | |
int32_t * | multiplier |
int32_t * | shift |
CMSIS-NN object for the per-channel quantization parameters
int32_t* cmsis_nn_per_channel_quant_params::multiplier |
Multiplier values
Referenced by arm_convolve_1_x_n_s8(), arm_convolve_1x1_s8_fast(), arm_convolve_s8(), arm_depthwise_conv_3x3_s8(), arm_depthwise_conv_s8(), and arm_depthwise_conv_s8_opt().
int32_t* cmsis_nn_per_channel_quant_params::shift |
Shift values
Referenced by arm_convolve_1_x_n_s8(), arm_convolve_1x1_s8_fast(), arm_convolve_s8(), arm_depthwise_conv_3x3_s8(), arm_depthwise_conv_s8(), and arm_depthwise_conv_s8_opt().