Home
last modified time | relevance | path

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

/cmsis-nn-3.7.0/Source/NNSupportFunctions/
Darm_nn_depthwise_conv_nt_t_s4.c86 const int8_t *lhs_2 = lhs + (row_x_col * S4_CH_IN_BLOCK_MVE * 2) + offset; in arm_nn_depthwise_conv_nt_t_s4() local
120 int32x4_t ip_2 = vldrbq_s32(lhs_2); in arm_nn_depthwise_conv_nt_t_s4()
128 lhs_2 += S4_CH_IN_BLOCK_MVE; in arm_nn_depthwise_conv_nt_t_s4()
154 int32x4_t ip_2 = vldrbq_s32(lhs_2); in arm_nn_depthwise_conv_nt_t_s4()
162 lhs_2 += S4_CH_IN_BLOCK_MVE; in arm_nn_depthwise_conv_nt_t_s4()
Darm_nn_depthwise_conv_nt_t_padded_s8.c91 const int8_t *lhs_2 = lhs + (row_x_col * CH_IN_BLOCK_MVE * 2) + offset; in arm_nn_depthwise_conv_nt_t_padded_s8() local
106 int32x4_t ip_2 = vldrbq_s32(lhs_2); in arm_nn_depthwise_conv_nt_t_padded_s8()
117 lhs_2 += CH_IN_BLOCK_MVE; in arm_nn_depthwise_conv_nt_t_padded_s8()
Darm_nn_depthwise_conv_nt_t_s16.c70 const int16_t *lhs_2 = lhs + (row_x_col * num_ch * 2) + offset; in arm_nn_depthwise_conv_nt_t_s16() local
88 int32x4_t ip_2 = vldrhq_s32(lhs_2); in arm_nn_depthwise_conv_nt_t_s16()
96 lhs_2 += num_ch; in arm_nn_depthwise_conv_nt_t_s16()
Darm_nn_depthwise_conv_nt_t_s8.c82 const int8_t *lhs_2 = lhs + (row_x_col * CH_IN_BLOCK_MVE * 2) + offset; in arm_nn_depthwise_conv_nt_t_s8() local
97 int32x4_t ip_2 = vldrbq_s32(lhs_2); in arm_nn_depthwise_conv_nt_t_s8()
105 lhs_2 += CH_IN_BLOCK_MVE; in arm_nn_depthwise_conv_nt_t_s8()