Home
last modified time | relevance | path

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

/cmsis-nn-latest/Source/ConvolutionFunctions/
Darm_nn_mat_mult_s8.c122 … for (int i_col_batch = (col_batches & ~0x3); i_col_batch < (col_batches & 0x3); i_col_batch++) in arm_nn_mat_mult_s8() local
129 const int8_t *ip_c0 = input_col + (i_col_batch * row_len); in arm_nn_mat_mult_s8()