Home
last modified time | relevance | path

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

/cmsis-nn-3.7.0/Source/ConvolutionFunctions/
Darm_nn_mat_mult_s8.c62 const int8_t *ip_c0 = input_col; in arm_nn_mat_mult_s8() local
79 int16x8_t c0 = vldrbq_s16(ip_c0); in arm_nn_mat_mult_s8()
80 ip_c0 += 8; 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() local
139 int16x8_t c0 = vldrbq_s16(ip_c0); in arm_nn_mat_mult_s8()
140 ip_c0 += 8; in arm_nn_mat_mult_s8()