Searched refs:i_col (Results 1 – 2 of 2) sorted by relevance
83 for (int32_t i_col = 0; i_col < rhs_cols; i_col++) in arm_nn_transpose_conv_row_s8_s32() local298 for (int32_t i_col = 0; i_col < rhs_cols; i_col++) in arm_nn_transpose_conv_row_s8_s32() local429 for (int32_t i_col = 0; i_col < rhs_cols; i_col++) in arm_nn_transpose_conv_row_s8_s32() local
357 for i_col in range(col):358 row_sum = row_sum + weights[i_row][i_col]