CMSIS-NN  
CMSIS NN Software Library
arm_nn_mat_mul_kernel_s16.c File Reference

Functions

int16_t * arm_nn_mat_mult_kernel_s16 (const int8_t *input_a, const int16_t *input_b, const int32_t output_ch, const int32_t *out_shift, const int32_t *out_mult, const int16_t activation_min, const int16_t activation_max, const int32_t num_col_a, const int64_t *const output_bias, int16_t *out_0)
 Matrix-multiplication function for convolution with per-channel requantization for 16 bits convolution. More...