Searched refs:row_len (Results 1 – 2 of 2) sorted by relevance
50 const uint16_t row_len, in arm_nn_mat_mult_s8() argument60 int32_t row_len_tmp = row_len; in arm_nn_mat_mult_s8()61 const int8_t *ip_r0 = input_row + (i_out_ch * row_len); in arm_nn_mat_mult_s8()63 const int8_t *ip_c1 = input_col + row_len; in arm_nn_mat_mult_s8()64 const int8_t *ip_c2 = input_col + (2 * row_len); in arm_nn_mat_mult_s8()65 const int8_t *ip_c3 = input_col + (3 * row_len); in arm_nn_mat_mult_s8()71 const int32_t row_loop_cnt = (row_len + 7) / 8; in arm_nn_mat_mult_s8()126 int32_t row_len_tmp = row_len; in arm_nn_mat_mult_s8()128 const int8_t *ip_r0 = input_row + (i_out_ch * row_len); in arm_nn_mat_mult_s8()129 const int8_t *ip_c0 = input_col + (i_col_batch * row_len); in arm_nn_mat_mult_s8()[all …]
236 const uint16_t row_len,