Home
last modified time | relevance | path

Searched refs:pad_y (Results 1 – 8 of 8) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/ConvolutionFunctions/
Darm_depthwise_conv_u8_basic_ver1.c53 const int32_t pad_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()
142 const int32_t pad_y, in depthwise_conv_u8_generic() argument
161 const int16_t base_idx_y = (i_out_y * stride_y) - pad_y; in depthwise_conv_u8_generic()
255 const int16_t pad_y, in arm_depthwise_conv_u8_basic_ver1() argument
287 pad_y, in arm_depthwise_conv_u8_basic_ver1()
314 pad_y, in arm_depthwise_conv_u8_basic_ver1()
Darm_convolve_s8.c77 const uint16_t pad_y = conv_params->padding.h; in arm_convolve_s8() local
104 … for (int i_ker_y = i_out_y * stride_y - pad_y; i_ker_y < i_out_y * stride_y - pad_y + kernel_y; in arm_convolve_s8()
212 …for (i_ker_y = i_out_y * stride_y - pad_y; i_ker_y < i_out_y * stride_y - pad_y + kernel_y; i_ker_… in arm_convolve_s8()
321 const int32_t base_idx_y = stride_y * i_out_y - pad_y; in arm_convolve_s8()
Darm_depthwise_conv_s8.c53 const int32_t pad_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()
153 const uint16_t pad_y, in depthwise_conv_s8_generic() argument
175 const int16_t base_idx_y = (i_out_y * stride_y) - pad_y; in depthwise_conv_s8_generic()
Darm_depthwise_conv_s8_opt.c78 const int32_t pad_y = dw_conv_params->padding.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()
221 const int16_t base_idx_y = (i_out_y * stride_y) - pad_y; in arm_depthwise_conv_s8_opt()
Darm_depthwise_conv_3x3_s8.c72 const int32_t pad_y = dw_conv_params->padding.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/
Darm_avgpool_s8.c91 const int32_t pad_y = pool_params->padding.h; in arm_avgpool_s8() local
111 k_y_start = MAX(0, i_y * stride_y - pad_y); in arm_avgpool_s8()
112 k_y_end = MIN(i_y * stride_y - pad_y + kernel_y, input_y); in arm_avgpool_s8()
259 const int32_t pad_y = pool_params->padding.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()
336 for (k_y = i_y * stride_y - pad_y; k_y < i_y * stride_y - pad_y + kernel_y; k_y++) in arm_avgpool_s8()
Darm_max_pool_s8.c178 const int32_t pad_y = pool_params->padding.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()
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Include/
Darm_nnfunctions.h1828 const int16_t pad_y,