Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/ConvolutionFunctions/
Darm_nn_mat_mult_s8.c65 const int8_t *ip_c3 = input_col + (3 * row_len); in arm_nn_mat_mult_s8() local
94 int16x8_t c3 = vldrbq_z_s16(ip_c3, p); in arm_nn_mat_mult_s8()
95 ip_c3 += 8; in arm_nn_mat_mult_s8()