Searched refs:total_ch (Results 1 – 4 of 4) sorted by relevance
/cmsis-nn-3.7.0/Source/NNSupportFunctions/ |
D | arm_nn_depthwise_conv_nt_t_padded_s8.c | 60 const int32_t total_ch, in arm_nn_depthwise_conv_nt_t_padded_s8() argument 120 rhs_0 += total_ch; in arm_nn_depthwise_conv_nt_t_padded_s8() 139 vstrbq_p_s32(out + total_ch, out_1, p); in arm_nn_depthwise_conv_nt_t_padded_s8() 145 vstrbq_p_s32(out + 2 * total_ch, out_2, p); in arm_nn_depthwise_conv_nt_t_padded_s8() 151 vstrbq_p_s32(out + 3 * total_ch, out_3, p); in arm_nn_depthwise_conv_nt_t_padded_s8() 161 (void)total_ch; in arm_nn_depthwise_conv_nt_t_padded_s8()
|
D | arm_nn_depthwise_conv_nt_t_s4.c | 53 const int32_t total_ch, in arm_nn_depthwise_conv_nt_t_s4() argument 90 if (total_ch % 2) in arm_nn_depthwise_conv_nt_t_s4() 132 rhs_0 += (total_ch >> 1) + get_low_nibble; in arm_nn_depthwise_conv_nt_t_s4() 165 rhs_0 += total_ch >> 1; in arm_nn_depthwise_conv_nt_t_s4() 191 vstrbq_p_s32(out + total_ch, out_1, p); in arm_nn_depthwise_conv_nt_t_s4() 197 vstrbq_p_s32(out + 2 * total_ch, out_2, p); in arm_nn_depthwise_conv_nt_t_s4() 203 vstrbq_p_s32(out + 3 * total_ch, out_3, p); in arm_nn_depthwise_conv_nt_t_s4() 212 (void)total_ch; in arm_nn_depthwise_conv_nt_t_s4()
|
D | arm_nn_depthwise_conv_nt_t_s8.c | 51 const int32_t total_ch, in arm_nn_depthwise_conv_nt_t_s8() argument 108 rhs_0 += total_ch; in arm_nn_depthwise_conv_nt_t_s8() 133 vstrbq_p_s32(out + total_ch, out_1, p); in arm_nn_depthwise_conv_nt_t_s8() 139 vstrbq_p_s32(out + 2 * total_ch, out_2, p); in arm_nn_depthwise_conv_nt_t_s8() 145 vstrbq_p_s32(out + 3 * total_ch, out_3, p); in arm_nn_depthwise_conv_nt_t_s8() 154 (void)total_ch; in arm_nn_depthwise_conv_nt_t_s8()
|
/cmsis-nn-3.7.0/Include/ |
D | arm_nnsupportfunctions.h | 750 const int32_t total_ch, 793 const int32_t total_ch, 837 const int32_t total_ch,
|