Home
last modified time | relevance | path

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

/cmsis-nn-latest/Source/NNSupportFunctions/
Darm_nn_mat_mult_nt_t_s8_s32.c338 int32_t lhs0, lhs1; in arm_nn_mat_mult_nt_t_s8_s32() local
339 read_pad_and_add_s8x2(lhs_ptr, &lhs0, lhs_offset_s16x2); in arm_nn_mat_mult_nt_t_s8_s32()
347 dst_ptr[0] = SMLAD(lhs0, rhs_val, dst_ptr[0]); in arm_nn_mat_mult_nt_t_s8_s32()
/cmsis-nn-latest/Source/ConvolutionFunctions/
Darm_depthwise_conv_s4_opt.c482 int16_t lhs0 = col_pos[i * input_ch]; in arm_depthwise_conv_s4_opt() local
496 sum += rhs0 * lhs0; in arm_depthwise_conv_s4_opt()
658 int16_t lhs0 = col_pos[i * input_ch]; in arm_depthwise_conv_s4_opt() local
661 sum += rhs_low * lhs0; in arm_depthwise_conv_s4_opt()