Home
last modified time | relevance | path

Searched refs:lhs1 (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
340 read_pad_and_add_s8x2(&lhs_ptr[rhs_rows], &lhs1, lhs_offset_s16x2); in arm_nn_mat_mult_nt_t_s8_s32()
348 dst_ptr[dst_idx_col_offset] = SMLAD(lhs1, rhs_val, dst_ptr[dst_idx_col_offset]); in arm_nn_mat_mult_nt_t_s8_s32()
/cmsis-nn-latest/Source/ConvolutionFunctions/
Darm_depthwise_conv_s4_opt.c659 int16_t lhs1 = col_pos_2[i * input_ch]; in arm_depthwise_conv_s4_opt() local
662 sum2 += rhs_high * lhs1; in arm_depthwise_conv_s4_opt()