Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/ConvolutionFunctions/
Darm_nn_mat_mult_s8.c62 const int8_t *ip_c0 = input_col; in arm_nn_mat_mult_s8() local
82 int16x8_t c0 = vldrbq_z_s16(ip_c0, p); in arm_nn_mat_mult_s8()
83 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
141 int16x8_t c0 = vldrbq_z_s16(ip_c0, p); in arm_nn_mat_mult_s8()
142 ip_c0 += 8; in arm_nn_mat_mult_s8()