Searched defs:rhs (Results 1 – 13 of 13) sorted by relevance
/cmsis-nn-latest/Source/NNSupportFunctions/ |
D | arm_nn_depthwise_conv_nt_t_padded_s8.c | 57 const int8_t *rhs, in arm_nn_depthwise_conv_nt_t_padded_s8()
|
D | arm_nn_depthwise_conv_nt_t_s8.c | 48 const int8_t *rhs, in arm_nn_depthwise_conv_nt_t_s8()
|
D | arm_nn_depthwise_conv_nt_t_s16.c | 48 const int8_t *rhs, in arm_nn_depthwise_conv_nt_t_s16()
|
D | arm_nn_mat_mult_nt_t_s8.c | 49 const int8_t *rhs, in arm_nn_mat_mult_nt_t_s8()
|
D | arm_nn_depthwise_conv_nt_t_s4.c | 50 const int8_t *rhs, in arm_nn_depthwise_conv_nt_t_s4()
|
D | arm_nn_mat_mult_nt_t_s16.c | 49 const int8_t *rhs, in arm_nn_mat_mult_nt_t_s16()
|
D | arm_nn_vec_mat_mult_t_s16.c | 49 const int8_t *rhs, in arm_nn_vec_mat_mult_t_s16()
|
D | arm_nn_vec_mat_mult_t_svdf_s8.c | 50 const int8_t *rhs, in arm_nn_vec_mat_mult_t_svdf_s8()
|
D | arm_nn_vec_mat_mul_result_acc_s16.c | 49 const int8_t *rhs, in arm_nn_vec_mat_mul_result_acc_s16()
|
D | arm_nn_vec_mat_mul_result_acc_s8_s16.c | 44 const int8_t *rhs, in arm_nn_vec_mat_mul_result_acc_s8_s16()
|
D | arm_nn_vec_mat_mult_t_s8.c | 59 const int8_t *rhs, in arm_nn_vec_mat_mult_t_s8()
|
D | arm_nn_mat_mult_nt_t_s8_s32.c | 49 const int8_t *rhs, in arm_nn_mat_mult_nt_t_s8_s32()
|
/cmsis-nn-latest/Source/ConvolutionFunctions/ |
D | arm_depthwise_conv_s4_opt.c | 480 int8_t rhs = row_pos[i * (input_ch >> 1) + col_index]; in arm_depthwise_conv_s4_opt() local 653 int8_t rhs = row_pos[i * (input_ch >> 1)]; in arm_depthwise_conv_s4_opt() local
|