Home
last modified time | relevance | path

Searched refs:i_col (Results 1 – 2 of 2) sorted by relevance

/cmsis-nn-latest/Source/NNSupportFunctions/
Darm_nn_transpose_conv_row_s8_s32.c83 for (int32_t i_col = 0; i_col < rhs_cols; i_col++) in arm_nn_transpose_conv_row_s8_s32() local
298 for (int32_t i_col = 0; i_col < rhs_cols; i_col++) in arm_nn_transpose_conv_row_s8_s32() local
429 for (int32_t i_col = 0; i_col < rhs_cols; i_col++) in arm_nn_transpose_conv_row_s8_s32() local
/cmsis-nn-latest/Tests/UnitTest/
Dlstm_settings.py357 for i_col in range(col):
358 row_sum = row_sum + weights[i_row][i_col]