Home
last modified time | relevance | path

Searched refs:num_ch (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/ConvolutionFunctions/
Darm_nn_depthwise_conv_s8_core.c42 const uint16_t num_ch, in arm_nn_depthwise_conv_s8_core() argument
53 int32_t ch_per_loop = num_ch / 4; in arm_nn_depthwise_conv_s8_core()
72 const int16_t *col_1 = col + kernel_size * num_ch + offset; in arm_nn_depthwise_conv_s8_core()
78 const int8_t *row_1 = row_0 + num_ch; in arm_nn_depthwise_conv_s8_core()
79 const int8_t *row_2 = row_0 + 2 * num_ch; in arm_nn_depthwise_conv_s8_core()
85 col_0 += num_ch; in arm_nn_depthwise_conv_s8_core()
86 col_1 += num_ch; in arm_nn_depthwise_conv_s8_core()
93 col_0 += num_ch; in arm_nn_depthwise_conv_s8_core()
94 col_1 += num_ch; in arm_nn_depthwise_conv_s8_core()
101 col_0 += num_ch; in arm_nn_depthwise_conv_s8_core()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/NNSupportFunctions/
Darm_nn_depthwise_conv_nt_t_padded_s8.c52 const uint16_t num_ch, in arm_nn_depthwise_conv_nt_t_padded_s8() argument
63 int32_t loop_count = (num_ch + 3) / 4; in arm_nn_depthwise_conv_nt_t_padded_s8()
65 uint32_t num_ch_to_process = num_ch; in arm_nn_depthwise_conv_nt_t_padded_s8()
78 const int8_t *lhs_1 = lhs + row_x_col * num_ch + offset; in arm_nn_depthwise_conv_nt_t_padded_s8()
79 const int8_t *lhs_2 = lhs + (row_x_col * num_ch * 2) + offset; in arm_nn_depthwise_conv_nt_t_padded_s8()
80 const int8_t *lhs_3 = lhs + (row_x_col * num_ch * 3) + offset; in arm_nn_depthwise_conv_nt_t_padded_s8()
103 lhs_0 += num_ch; in arm_nn_depthwise_conv_nt_t_padded_s8()
104 lhs_1 += num_ch; in arm_nn_depthwise_conv_nt_t_padded_s8()
105 lhs_2 += num_ch; in arm_nn_depthwise_conv_nt_t_padded_s8()
106 lhs_3 += num_ch; in arm_nn_depthwise_conv_nt_t_padded_s8()
[all …]
Darm_nn_depthwise_conv_nt_t_s8.c51 const uint16_t num_ch, in arm_nn_depthwise_conv_nt_t_s8() argument
63 int32_t loop_count = (num_ch + 3) / 4; in arm_nn_depthwise_conv_nt_t_s8()
64 uint32_t num_ch_to_process = num_ch; in arm_nn_depthwise_conv_nt_t_s8()
77 const int8_t *lhs_1 = lhs + row_x_col * num_ch + offset; in arm_nn_depthwise_conv_nt_t_s8()
78 const int8_t *lhs_2 = lhs + (row_x_col * num_ch * 2) + offset; in arm_nn_depthwise_conv_nt_t_s8()
79 const int8_t *lhs_3 = lhs + (row_x_col * num_ch * 3) + offset; in arm_nn_depthwise_conv_nt_t_s8()
99 lhs_0 += num_ch; in arm_nn_depthwise_conv_nt_t_s8()
100 lhs_1 += num_ch; in arm_nn_depthwise_conv_nt_t_s8()
101 lhs_2 += num_ch; in arm_nn_depthwise_conv_nt_t_s8()
102 lhs_3 += num_ch; in arm_nn_depthwise_conv_nt_t_s8()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Include/
Darm_nnsupportfunctions.h193 const uint16_t num_ch,
435 const uint16_t num_ch,
476 const uint16_t num_ch,