Home
last modified time | relevance | path

Searched refs:input_y (Results 1 – 12 of 12) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/ConvolutionFunctions/
Darm_depthwise_conv_u8_basic_ver1.c45 const int32_t input_y, in depthwise_conv_u8_mult_4() argument
84 … for (int32_t ker_h = ker_h_start; ker_h < MIN(kernel_y, input_y - in_h); ++ker_h) in depthwise_conv_u8_mult_4()
134 const int32_t input_y, in depthwise_conv_u8_generic() argument
175 const int ker_y_end = MIN(kernel_y, input_y - base_idx_y); in depthwise_conv_u8_generic()
248 const uint16_t input_y, in arm_depthwise_conv_u8_basic_ver1() argument
279 input_y, in arm_depthwise_conv_u8_basic_ver1()
306 input_y, in arm_depthwise_conv_u8_basic_ver1()
Darm_depthwise_conv_s8.c45 const int32_t input_y, in depthwise_conv_s8_mult_4() argument
83 … for (int32_t ker_h = ker_h_start; ker_h < MIN(kernel_y, input_y - in_h); ++ker_h) in depthwise_conv_s8_mult_4()
145 const uint16_t input_y, in depthwise_conv_s8_generic() argument
189 const int ker_y_end = MIN(kernel_y, input_y - base_idx_y); in depthwise_conv_s8_generic()
218 input += (input_x * input_y * input_ch); in depthwise_conv_s8_generic()
Darm_convolve_s8.c68 const uint16_t input_y = input_dims->h; in arm_convolve_s8() local
110 if (i_ker_y < 0 || i_ker_y >= input_y || i_ker_x < 0 || i_ker_x >= input_x) in arm_convolve_s8()
217 if (i_ker_y < 0 || i_ker_y >= input_y || i_ker_x < 0 || i_ker_x >= input_x) in arm_convolve_s8()
327 const int32_t ker_y_end = MIN(kernel_y, input_y - base_idx_y); in arm_convolve_s8()
359 input_data += (input_x * input_y * input_ch); in arm_convolve_s8()
Darm_depthwise_conv_3x3_s8.c68 const int32_t input_y = input_dims->h; in arm_depthwise_conv_3x3_s8() local
112 for (int32_t ker_h = ker_h_start; ker_h < MIN(3, input_y - in_h); ++ker_h) in arm_depthwise_conv_3x3_s8()
180 for (int32_t ker_h = ker_h_start; ker_h < MIN(3, input_y - in_h); ++ker_h) in arm_depthwise_conv_3x3_s8()
Darm_depthwise_conv_s8_opt.c74 const int32_t input_y = input_dims->h; in arm_depthwise_conv_s8_opt() local
109 if (i_ker_y < 0 || i_ker_y >= input_y || i_ker_x < 0 || i_ker_x >= input_x) in arm_depthwise_conv_s8_opt()
230 const int ker_y_end = MIN(kernel_y, input_y - base_idx_y); in arm_depthwise_conv_s8_opt()
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/ConcatenationFunctions/
Darm_concatenation_s8_z.c50 const uint16_t input_y, in arm_concatenation_s8_z() argument
57 const uint32_t input_copy_size = input_x * input_y * input_z; in arm_concatenation_s8_z()
58 const uint32_t output_stride = input_x * input_y * output_z; in arm_concatenation_s8_z()
60 output += offset_z * (input_x * input_y); in arm_concatenation_s8_z()
Darm_concatenation_s8_w.c50 const uint16_t input_y, in arm_concatenation_s8_w() argument
56 const uint32_t input_copy_size = input_x * input_y * input_z * input_w; in arm_concatenation_s8_w()
58 output += offset_w * (input_x * input_y * input_z); in arm_concatenation_s8_w()
Darm_concatenation_s8_x.c50 const uint16_t input_y, in arm_concatenation_s8_x() argument
57 const uint32_t num_iterations = input_y * input_z * input_w; in arm_concatenation_s8_x()
Darm_concatenation_s8_y.c50 const uint16_t input_y, in arm_concatenation_s8_y() argument
58 const uint32_t input_copy_size = input_x * input_y; in arm_concatenation_s8_y()
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/PoolingFunctions/
Darm_avgpool_s8.c83 const int32_t input_y = input_dims->h; in arm_avgpool_s8() local
112 k_y_end = MIN(i_y * stride_y - pad_y + kernel_y, input_y); in arm_avgpool_s8()
251 const int32_t input_y = input_dims->h; in arm_avgpool_s8() local
281 const int32_t kernel_y_end = MIN(kernel_y, input_y - idx_y); in arm_avgpool_s8()
340 if (k_y >= 0 && k_x >= 0 && k_y < input_y && k_x < input_x) in arm_avgpool_s8()
Darm_max_pool_s8.c170 const int32_t input_y = input_dims->h; in arm_max_pool_s8() local
195 const int32_t kernel_y_end = MIN(kernel_y, input_y - base_idx_y); in arm_max_pool_s8()
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Include/
Darm_nnfunctions.h1821 const uint16_t input_y,
1904 const uint16_t input_y,
1949 const uint16_t input_y,
1994 const uint16_t input_y,
2035 const uint16_t input_y,