Searched refs:output_y (Results 1 – 10 of 10) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/ConvolutionFunctions/ |
| D | arm_depthwise_conv_u8_basic_ver1.c | 61 const int32_t output_y, in depthwise_conv_u8_mult_4() argument 68 for (int32_t in_h = -pad_y, out_h = 0, out_idx = 0; out_h < output_y; in_h += stride_y, ++out_h) in depthwise_conv_u8_mult_4() 150 const int32_t output_y, in depthwise_conv_u8_generic() argument 159 for (int i_out_y = 0; i_out_y < output_y; i_out_y++) in depthwise_conv_u8_generic() 266 const uint16_t output_y, in arm_depthwise_conv_u8_basic_ver1() argument 295 output_y, in arm_depthwise_conv_u8_basic_ver1() 322 output_y, in arm_depthwise_conv_u8_basic_ver1()
|
| D | arm_convolve_s8.c | 73 const uint16_t output_y = output_dims->h; in arm_convolve_s8() local 100 for (int i_out_y = 0; i_out_y < output_y; i_out_y++) in arm_convolve_s8() 208 for (i_out_y = 0; i_out_y < output_y; i_out_y++) in arm_convolve_s8() 315 for (i_out_y = 0; i_out_y < output_y; i_out_y++) in arm_convolve_s8() 360 output_data += (output_x * output_y * output_ch); in arm_convolve_s8()
|
| D | arm_depthwise_conv_s8.c | 61 const int32_t output_y, in depthwise_conv_s8_mult_4() argument 67 for (int32_t in_h = -pad_y, out_h = 0, out_idx = 0; out_h < output_y; in_h += stride_y, ++out_h) in depthwise_conv_s8_mult_4() 161 const uint16_t output_y, in depthwise_conv_s8_generic() argument 173 for (int i_out_y = 0; i_out_y < output_y; i_out_y++) in depthwise_conv_s8_generic()
|
| D | arm_depthwise_conv_s8_opt.c | 84 const int32_t output_y = output_dims->h; in arm_depthwise_conv_s8_opt() local 101 … for (int i_out_y = 0, base_idx_y = -pad_y; i_out_y < output_y; base_idx_y += stride_y, i_out_y++) in arm_depthwise_conv_s8_opt() 219 for (int i_out_y = 0; i_out_y < output_y; i_out_y++) in arm_depthwise_conv_s8_opt()
|
| D | arm_depthwise_conv_3x3_s8.c | 78 const int32_t output_y = output_dims->h; in arm_depthwise_conv_3x3_s8() local 95 for (int32_t in_h = -pad_y, out_h = 0, out_idx = 0; out_h < output_y; in_h += stride_y, ++out_h) in arm_depthwise_conv_3x3_s8()
|
| /hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/PoolingFunctions/ |
| D | arm_avgpool_s8.c | 85 const int32_t output_y = output_dims->h; in arm_avgpool_s8() local 100 for (i_y = 0; i_y < output_y; i_y++) in arm_avgpool_s8() 253 const int32_t output_y = output_dims->h; in arm_avgpool_s8() local 270 for (int i_y = 0, idx_y = -pad_y; i_y < output_y; idx_y += stride_y, i_y++) in arm_avgpool_s8() 328 for (i_y = 0; i_y < output_y; i_y++) in arm_avgpool_s8()
|
| D | arm_max_pool_s8.c | 172 const int32_t output_y = output_dims->h; in arm_max_pool_s8() local 186 for (int i_y = 0, base_idx_y = -pad_y; i_y < output_y; base_idx_y += stride_y, i_y++) in arm_max_pool_s8() 222 clamp_output(dst_base, output_x * output_y * channel_in, act_min, act_max); in arm_max_pool_s8()
|
| /hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/ConcatenationFunctions/ |
| D | arm_concatenation_s8_y.c | 54 const uint16_t output_y, in arm_concatenation_s8_y() argument 59 const uint32_t output_stride = input_x * output_y; in arm_concatenation_s8_y()
|
| /hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Include/ |
| D | arm_nnfunctions.h | 1839 const uint16_t output_y, 1953 const uint16_t output_y,
|
| /hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/ |
| D | README.md | 29 ||arm_convolve_1_n_s8() | CONV | dilation = 1 <br/> output_y % 4 = 0 | No |Yes ||
|