Home
last modified time | relevance | path

Searched defs:idx_y (Results 1 – 8 of 8) sorted by relevance

/cmsis-nn-latest/Source/ConvolutionFunctions/
Darm_depthwise_conv_s4.c134 int32_t idx_y = base_idx_y + dilation_y * ker_y_start; in depthwise_conv_s4_generic() local
225 int32_t idx_y = base_idx_y + dilation_y * ker_y_start; in depthwise_conv_s4_generic() local
318 int32_t idx_y = base_idx_y + dilation_y * ker_y_start; in depthwise_conv_s4_generic() local
428 int32_t idx_y = base_idx_y + dilation_y * ker_y_start; in depthwise_conv_s4_generic() local
Darm_depthwise_conv_s16.c213 const int32_t idx_y = base_idx_y + dilation_y * i_ker_y; in depthwise_conv_s16_generic_s16() local
Darm_depthwise_conv_s8_opt.c242 const int32_t idx_y = base_idx_y + i_ker_y; in arm_depthwise_conv_s8_opt() local
Darm_depthwise_conv_s8.c239 const int32_t idx_y = base_idx_y + dilation_y * i_ker_y; in depthwise_conv_s8_generic() local
Darm_depthwise_conv_fast_s16.c253 const int32_t idx_y = base_idx_y + i_ker_y; in arm_depthwise_conv_fast_s16() local
Darm_depthwise_conv_s4_opt.c284 const int32_t idx_y = base_idx_y + i_ker_y; in arm_depthwise_conv_s4_opt() local
/cmsis-nn-latest/Source/PoolingFunctions/
Darm_avgpool_s16.c213 for (int i_y = 0, idx_y = -pad_y; i_y < output_y; idx_y += stride_y, i_y++) in arm_avgpool_s16() local
Darm_avgpool_s8.c277 for (int i_y = 0, idx_y = -pad_y; i_y < output_y; idx_y += stride_y, i_y++) in arm_avgpool_s8() local