CMSIS-NN  
CMSIS NN Software Library
 
Loading...
Searching...
No Matches
arm_nn_transpose_conv_row_s8_s32.c File Reference

Functions

arm_cmsis_nn_status arm_nn_transpose_conv_row_s8_s32 (const int8_t *lhs, const int8_t *rhs, int32_t *output_start, const int32_t output_index, const int32_t output_max, const int32_t rhs_rows, const int32_t rhs_cols, const int32_t input_channels, const int32_t output_channels, const int32_t lhs_offset, const int32_t row_offset, const int32_t input_x, const int32_t stride_x, const int32_t skip_rows_top, const int32_t skip_rows_bottom)
 Row of s8 scalars multiplicated with a s8 matrix ad accumulated into a s32 rolling scratch buffer. Helpfunction for transposed convolution.