Home
last modified time | relevance | path

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

/cmsis-nn-latest/Source/ConvolutionFunctions/
Darm_depthwise_conv_s4_opt.c656 int8_t rhs_high = rhs >> 4; in arm_depthwise_conv_s4_opt() local
662 sum2 += rhs_high * lhs1; in arm_depthwise_conv_s4_opt()
/cmsis-nn-latest/Source/NNSupportFunctions/
Darm_nn_mat_mult_nt_t_s4.c1788 int8_t rhs_high = packed_rhs_ptr[0] >> 4; in arm_nn_mat_mult_nt_t_s4()
1794 res00 += lhs_high * rhs_high; in arm_nn_mat_mult_nt_t_s4()
1800 res10 += lhs_high * rhs_high; in arm_nn_mat_mult_nt_t_s4()
1864 int8_t rhs_high = packed_rhs_ptr[0] >> 4; in arm_nn_mat_mult_nt_t_s4()
1870 res00 += lhs_high * rhs_high; in arm_nn_mat_mult_nt_t_s4()