Home
last modified time | relevance | path

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

/cmsis-nn-latest/Source/NNSupportFunctions/
Darm_nn_mat_mult_nt_t_s4.c1787 int8_t rhs_low = (int8_t)(packed_rhs_ptr[0] << 4) >> 4; in arm_nn_mat_mult_nt_t_s4()
1793 res00 += lhs_low * rhs_low; in arm_nn_mat_mult_nt_t_s4()
1799 res10 += lhs_low * rhs_low; in arm_nn_mat_mult_nt_t_s4()
1807 int8_t rhs_low = (int8_t)(packed_rhs_ptr[0] << 4) >> 4; in arm_nn_mat_mult_nt_t_s4()
1811 res00 += lhs_low * rhs_low; in arm_nn_mat_mult_nt_t_s4()
1815 res10 += lhs_low * rhs_low; in arm_nn_mat_mult_nt_t_s4()
1863 int8_t rhs_low = (int8_t)(packed_rhs_ptr[0] << 4) >> 4; in arm_nn_mat_mult_nt_t_s4()
1869 res00 += lhs_low * rhs_low; in arm_nn_mat_mult_nt_t_s4()
1877 int8_t rhs_low = (int8_t)(packed_rhs_ptr[0] << 4) >> 4; in arm_nn_mat_mult_nt_t_s4()
1880 res00 += lhs_low * rhs_low; in arm_nn_mat_mult_nt_t_s4()
/cmsis-nn-latest/Source/ConvolutionFunctions/
Darm_depthwise_conv_s4_opt.c655 int8_t rhs_low = (int8_t)(rhs << 4) >> 4; in arm_depthwise_conv_s4_opt() local
661 sum += rhs_low * lhs0; in arm_depthwise_conv_s4_opt()