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

Functions

arm_cmsis_nn_status arm_nn_mat_mult_nt_t_s8_s32 (const int8_t *lhs, const int8_t *rhs, int32_t *dst, const int32_t lhs_rows, const int32_t rhs_rows, const int32_t rhs_cols, const int32_t lhs_offset, const int32_t dst_idx_offset)
 General Matrix-multiplication function with int8 input and int32 output. This function assumes: More...