Home
last modified time | relevance | path

Searched defs:start_x_max (Results 1 – 3 of 3) sorted by relevance

/cmsis-nn-latest/Source/ConvolutionFunctions/
Darm_depthwise_conv_s4.c104 … const int32_t start_x_max = (-base_idx_x + dilation_x - 1) / dilation_x; in depthwise_conv_s4_generic() local
196 … const int32_t start_x_max = (-base_idx_x + dilation_x - 1) / dilation_x; in depthwise_conv_s4_generic() local
288 … const int32_t start_x_max = (-base_idx_x + dilation_x - 1) / dilation_x; in depthwise_conv_s4_generic() local
400 … const int32_t start_x_max = (-base_idx_x + dilation_x - 1) / dilation_x; in depthwise_conv_s4_generic() local
Darm_depthwise_conv_s16.c182 const int32_t start_x_max = (-base_idx_x + dilation_x - 1) / dilation_x; in depthwise_conv_s16_generic_s16() local
Darm_depthwise_conv_s8.c208 const int32_t start_x_max = (-base_idx_x + dilation_x - 1) / dilation_x; in depthwise_conv_s8_generic() local